Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
plotly
|
| 5 |
-
scipy
|
| 6 |
-
pybind11
|
|
|
|
|
|
| 1 |
+
streamlit==1.24.0
|
| 2 |
+
numpy==1.23.5
|
| 3 |
+
sympy==1.12
|
| 4 |
+
plotly==5.14.1
|
| 5 |
+
scipy==1.10.1
|
| 6 |
+
pybind11==2.10.4
|
| 7 |
+
setuptools>=42.0.0
|