forked from automl/NASLib
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.txt
More file actions
37 lines (36 loc) · 752 Bytes
/
requirements.txt
File metadata and controls
37 lines (36 loc) · 752 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
37
ConfigSpace==0.4.19
cython==0.29.23
hyperopt==0.2.5
pyyaml
networkx==2.6.3
numpy==1.21.5; python_version <= '3.7'
numpy>=1.22.0; python_version > '3.7'
torch==1.9.0
torchvision==0.10.0
fvcore==0.1.5.post20210630
matplotlib==3.5.1 #3.3.4 #latest version not supported for python 3.6
pandas==1.3.5 #1.1.5 #latest version not supported for python 3.6
pytest==6.2.4
pytest-cov==2.12.1
codecov
coverage==5.5
lightgbm==3.2.1
ngboost==0.3.11
xgboost==1.4.2
emcee==3.1.0
pybnn==0.0.5
grakel==0.1.8
pyro-ppl==1.6.0
pre-commit==2.13.0
black==21.7b0
# additional from setup.py prev
cycler==0.10.0 #matplotlib plots
kiwisolver==1.3.1
iopath==0.1.9
tabulate==0.8.9
tqdm
yacs==0.1.8
scikit-learn==1.0.2
scikit-image==0.19.2
pytorch-msssim==0.2.1
tensorwatch==0.9.1