Spaces:
Running
Running
Create requirements.txtg
Browse files- requirements.txtg +19 -0
requirements.txtg
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ---- Core UI ----
|
| 2 |
+
gradio>=4.31,<5
|
| 3 |
+
|
| 4 |
+
# ---- Data & dates ----
|
| 5 |
+
pandas>=2.2,<3
|
| 6 |
+
python-dateutil>=2.9,<3
|
| 7 |
+
numpy>=1.26,<3
|
| 8 |
+
|
| 9 |
+
# ---- Fuzzy matching ----
|
| 10 |
+
rapidfuzz>=3.6,<4
|
| 11 |
+
|
| 12 |
+
# ---- Excel I/O ----
|
| 13 |
+
openpyxl>=3.1,<4
|
| 14 |
+
|
| 15 |
+
# ---- OpenAI (legacy 0.x API used in your script) ----
|
| 16 |
+
openai==0.28.1
|
| 17 |
+
|
| 18 |
+
# ---- Pinecone (modern client with `from pinecone import Pinecone`) ----
|
| 19 |
+
pinecone-client>=3.0,<4
|