-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
36 lines (36 loc) · 933 Bytes
/
environment.yml
File metadata and controls
36 lines (36 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: pyhat
channels:
- conda-forge
dependencies:
- python==3.11
- pip==23.3.1
- nbsphinx==0.9.3
- sphinx==7.2.6
- pyqt==5.15.10
- numpy>=1.26
- pandas==2.1
- scipy==1.11.3
- scikit-learn==1.3.2
- docutils==0.20.1
- multipledispatch==0.6.0
- yaml==0.2.5
- pvl==1.3.1
- plio==1.5.5
- matplotlib==3.8.1
- pywavelets==1.4.1
- networkx==3.2.1
- cvxopt==1.3.2
- astropy==5.3.4
- gdal==3.8.3
- pyod==1.0.9
- pip:
# The pip command line args allow ssl verification to be skipped.
# This is a temporary solution to get CI/CD to run remotely on GitLab.
# Ideally, we set up the runner/build container to have the proper certs.
- pysptools==0.15.0
- spectral==0.23.1
- mesma==1.0.8
- sphinx-rtd-theme==1.3.0
# pysptools not in development; only verified to run on Python v3.6
# TODO: Remove our dependency on pysptools
- pysptools==0.15