Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
pandas
|
| 3 |
-
plotly
|
| 4 |
-
scikit-learn
|
| 5 |
-
networkx
|
| 6 |
-
openai
|
| 7 |
-
graphviz
|
| 8 |
-
numpy
|
| 9 |
pgmpy==0.1.26
|
|
|
|
| 1 |
+
streamlit==1.31.0
|
| 2 |
+
pandas>=2.2.0
|
| 3 |
+
plotly>=5.20.0
|
| 4 |
+
scikit-learn>=1.5.0
|
| 5 |
+
networkx>=3.3
|
| 6 |
+
openai>=1.30.0
|
| 7 |
+
graphviz>=0.20.3
|
| 8 |
+
numpy>=1.26.0,<2.0.0
|
| 9 |
pgmpy==0.1.26
|