Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.31.0
|
| 2 |
+
openai==1.12.0
|
| 3 |
+
networkx==3.2.1
|
| 4 |
+
matplotlib==3.8.2
|
| 5 |
+
plotly==5.18.0
|
| 6 |
+
pandas==2.2.0
|
| 7 |
+
numpy==1.26.3
|
| 8 |
+
Pillow==10.2.0
|