Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
pandas
|
| 3 |
-
numpy
|
| 4 |
-
matplotlib
|
| 5 |
-
seaborn
|
| 6 |
-
requests
|
| 7 |
-
Pillow
|
| 8 |
-
rdkit-pypi
|
| 9 |
-
biopython
|
| 10 |
-
scikit-learn
|
| 11 |
-
py3Dmol
|
|
|
|
| 1 |
+
streamlit==1.28.1
|
| 2 |
+
pandas==2.0.3
|
| 3 |
+
numpy==1.24.3
|
| 4 |
+
matplotlib==3.7.2
|
| 5 |
+
seaborn==0.12.2
|
| 6 |
+
requests==2.31.0
|
| 7 |
+
Pillow==10.0.0
|
| 8 |
+
rdkit-pypi==2022.9.5
|
| 9 |
+
biopython==1.81
|
| 10 |
+
scikit-learn==1.3.0
|
| 11 |
+
py3Dmol==2.0.4
|