Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas==1.4.2
|
2 |
+
streamlit==1.12.0
|
3 |
+
mols2grid==0.2.4
|
4 |
+
transformers==4.21.1
|
5 |
+
rdkit==2022.3.5
|
6 |
+
torch==1.9.0
|
7 |
+
ipywidgets
|