Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -24
requirements.txt
CHANGED
|
@@ -1,25 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
# ---- WebSocket stack required by gradio_client ----
|
| 6 |
-
# websockets.asyncio exists in websockets >= 12
|
| 7 |
-
#websockets==12.0
|
| 8 |
-
websockets>=12.0
|
| 9 |
-
|
| 10 |
-
# ---- Data & dates ----
|
| 11 |
-
pandas==2.2.2
|
| 12 |
-
python-dateutil==2.9.0.post0
|
| 13 |
numpy==1.26.4
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
# ---- Excel I/O ----
|
| 19 |
-
openpyxl==3.1.5
|
| 20 |
-
|
| 21 |
-
# ---- OpenAI (legacy 0.x API used in your script) ----
|
| 22 |
-
openai==0.28.1
|
| 23 |
-
|
| 24 |
-
# ---- Pinecone (modern client with `from pinecone import Pinecone`) ----
|
| 25 |
-
pinecone-client==3.2.2
|
|
|
|
| 1 |
+
gradio==5.46.1
|
| 2 |
+
gradio_client==1.4.2
|
| 3 |
+
websockets==12.0
|
| 4 |
+
cryptography==42.0.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
numpy==1.26.4
|
| 6 |
+
pandas==2.2.2
|
| 7 |
+
matplotlib==3.8.4
|
| 8 |
+
pillow==10.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|