-
Notifications
You must be signed in to change notification settings - Fork 4
/
env.yml
55 lines (54 loc) · 850 Bytes
/
env.yml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: climart
channels:
- rusty1s
- pytorch
- conda-forge
- defaults
dependencies:
- cartopy
- cftime
- cudatoolkit
- curl
- cycler
- dask
- dask-core
- einops>=0.3.0
- geos>=3.9.1
- glib>=2.66.3
- h5py>=3.3.0
- hdf5>=1.10.6
- kiwisolver
- matplotlib>=3.4.2
- mkl
- netcdf4>=1.5.7
- ninja>=1.10.2
- numpy>=1.21.1
- pandas>=1.3.1
- pip>=21.2.3
- pytest
- python>=3.8.0
- python-dateutil>=2.8.2
- pytorch=1.9.0
- pytorch-lightning>=1.5.8
- pytorch-scatter>=2.0.8
- pyyaml>=5.4.1
- qt>=5.12.9
- scipy>=1.7.1
- seaborn
- setuptools=59.5.0
- six>=1.16.0
- tornado
- xarray>=0.19.0
- yaml
- zlib
- pip:
- hydra-core
- hydra_colorlog
- networkx
- pre-commit
- python-dotenv
- rich
- timm
- torchmetrics
- tqdm>=4.62.0
- wandb>=0.12.9