forked from behavioral-data/Homekit2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
41 lines (41 loc) · 854 Bytes
/
environment.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
name: SSLA-WBFR
channels:
- conda-forge
- defaults
- pytorch
dependencies:
- python=3.9
- pip
- click=7.1
- Sphinx
- python-dotenv>=0.5.1
- pyarrow=3.0.0
- numpy=1.20
- pandas=1.4
- scikit-learn=0.24
- scipy=1.6.0
- pylint=2.7.2
- fastparquet
- ipython
- torchvision
- graphviz
- pytorch
- cudatoolkit=10.2
- jupyter
- matplotlib
- pytorch-lightning[extra]=1.8.6 # ModuleNotFoundError: No module named 'pytorch_lightning.utilities.cloud_io'
- torchmetrics>=0.5, <0.11 # ImportError: cannot import name 'BinnedPrecisionRecallCurve' from 'torchmetrics'
- pyspark=3.1.2
- sktime
- pip:
- einops
- torchviz==0.0.2
- pyyaml==5.4.1
- wandb>=0.15
- xgboost==1.4.2
- tensorboard==2.6.0
- tabulate==0.8.9
- petastorm==0.11.3
- jsonargparse[all]
variables:
USE_TORCH: 1