basic requirements test
Browse files- requirements.txt +5 -10
requirements.txt
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
rdkit==2022.3.5
|
5 |
-
|
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
|
|
|
|
|
|
|
|
|
|