emmas96 commited on
Commit
e9baa7f
·
1 Parent(s): 951c5f5

basic requirements test

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -10
requirements.txt CHANGED
@@ -1,11 +1,6 @@
1
- numpy==1.20.3
2
- pandas==1.3.3
3
- Pillow==9.2.0
4
  rdkit==2022.3.5
5
- scipy==1.8.0
6
- streamlit==1.12.2
7
- timm==0.5.4
8
- torch==1.10.0
9
- torchvision==0.11.1
10
- tqdm==4.62.3
11
- tables==3.8.0
 
1
+ python=3.6
2
+ numpy<=1.14.5
3
+ pandas<=1.0.3
4
  rdkit==2022.3.5
5
+ scikit-learn
6
+ streamlit==1.12.2