forked from microsoft/datadrivenmodel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
44 lines (44 loc) · 957 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
42
43
44
name: ddm
channels:
- pytorch
- defaults
- conda-forge
dependencies:
- python=3.8.11
- pip=21.0.1
- pytorch=1.8.0
- torchvision=0.9.0
- cryptography=3.1.1
- jupyter=1.0.0
- jupyterlab=3.5.0
- pip:
- azure-cli==2.42.0
- black==22.10.0
- bonsai-cli==1.0.9
- click==8.0.4
- hydra-core==1.2.0
- hydra-colorlog==1.2.0
- hyperopt==0.2.7
- joblib==1.2.0
- lightgbm==3.3.3
- microsoft-bonsai-api==0.1.4
- natsort==8.2.0
- nbformat==5.7.0
- numpy==1.23.4
- optuna==3.0.4
- pandas==1.5.2
- plotly==5.11.0
- pyaml==21.10.1
- python-dotenv==0.21.0
- pytest==7.2.0
- ray==2.1.0
- rich==10.16.2
- scikit-learn==1.1.3
- scikit-optimize==0.9.0
- scipy==1.8.1
- seaborn==0.12.1
- skimpy==0.0.3
- skorch==0.12.1
- tensorboard==2.11.0
- tune-sklearn==0.4.5
- xgboost==1.7.1