Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
streamlit>=1.
|
| 2 |
-
pandas>=2.
|
| 3 |
-
numpy>=1.
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
| 1 |
+
streamlit>=1.31.0
|
| 2 |
+
pandas>=2.1.4
|
| 3 |
+
numpy>=1.24.0,<2.0.0
|
| 4 |
+
pymc>=5.16.0
|
| 5 |
+
arviz>=0.18.0
|
| 6 |
+
matplotlib>=3.8.0
|
| 7 |
+
google-generativeai>=0.3.0
|
| 8 |
+
graphviz
|
| 9 |
+
pytensor>=2.20.0
|