Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Updates/requirements_hf_fixed_v2.txt +9 -0
- requirements.txt +1 -1
Updates/requirements_hf_fixed_v2.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.1
|
| 2 |
+
# Let gradio manage a compatible gradio_client version (prevents pip resolution failures on HF).
|
| 3 |
+
pandas>=2.0.0
|
| 4 |
+
numpy>=1.24.0
|
| 5 |
+
rapidfuzz>=3.0.0
|
| 6 |
+
sentence-transformers>=2.2.2
|
| 7 |
+
faiss-cpu>=1.7.4
|
| 8 |
+
pymupdf>=1.23.0
|
| 9 |
+
openai>=1.40.0
|
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
gradio==4.44.1
|
| 2 |
-
gradio_client
|
| 3 |
pandas>=2.0.0
|
| 4 |
numpy>=1.24.0
|
| 5 |
rapidfuzz>=3.0.0
|
|
|
|
| 1 |
gradio==4.44.1
|
| 2 |
+
# Let gradio manage a compatible gradio_client version (prevents pip resolution failures on HF).
|
| 3 |
pandas>=2.0.0
|
| 4 |
numpy>=1.24.0
|
| 5 |
rapidfuzz>=3.0.0
|