Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
-
streamlit==1.
|
| 2 |
-
openai==
|
| 3 |
-
networkx==3.
|
| 4 |
-
matplotlib==3.
|
| 5 |
-
plotly==
|
| 6 |
-
pandas==2.
|
| 7 |
-
numpy==2.
|
| 8 |
-
Pillow==12.0.0
|
|
|
|
| 1 |
+
streamlit==1.40.2
|
| 2 |
+
openai==1.57.4
|
| 3 |
+
networkx==3.4.2
|
| 4 |
+
matplotlib==3.9.3
|
| 5 |
+
plotly==5.24.1
|
| 6 |
+
pandas==2.2.3
|
| 7 |
+
numpy==2.1.3
|
|
|