Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
streamlit==1.
|
2 |
pandas==2.0.3
|
3 |
numpy==1.24.3
|
4 |
matplotlib==3.7.2
|
@@ -8,6 +8,5 @@ Pillow==10.0.0
|
|
8 |
rdkit-pypi==2022.9.5
|
9 |
biopython==1.81
|
10 |
scikit-learn==1.3.0
|
11 |
-
py3Dmol==2.
|
12 |
-
bokeh==2.4.3
|
13 |
-
stmol==0.1.9
|
|
|
1 |
+
streamlit==1.28.1
|
2 |
pandas==2.0.3
|
3 |
numpy==1.24.3
|
4 |
matplotlib==3.7.2
|
|
|
8 |
rdkit-pypi==2022.9.5
|
9 |
biopython==1.81
|
10 |
scikit-learn==1.3.0
|
11 |
+
py3Dmol==2.0.4
|
12 |
+
bokeh==2.4.3
|
|