Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +0 -21
requirements.txt
CHANGED
|
@@ -1,23 +1,2 @@
|
|
| 1 |
-
# Core dependencies
|
| 2 |
gradio==5.6.0
|
| 3 |
-
pandas>=2.0.0
|
| 4 |
-
openpyxl>=3.1.0
|
| 5 |
-
|
| 6 |
-
# LangChain and RAG (newer modular packages)
|
| 7 |
-
langchain>=0.1.0
|
| 8 |
-
langchain-community>=0.0.10
|
| 9 |
-
langchain-core>=0.1.0
|
| 10 |
-
langchain-text-splitters>=0.0.1
|
| 11 |
-
chromadb>=0.4.13
|
| 12 |
-
sentence-transformers>=2.2.0
|
| 13 |
-
|
| 14 |
-
# Embeddings and ML
|
| 15 |
-
transformers>=4.30.0
|
| 16 |
-
torch>=2.0.0
|
| 17 |
-
|
| 18 |
-
# API and utilities
|
| 19 |
-
requests>=2.31.0
|
| 20 |
huggingface_hub>=0.24.0
|
| 21 |
-
|
| 22 |
-
# SQLite workaround for HF Spaces (comment out for local dev if issues)
|
| 23 |
-
pysqlite3-binary>=0.5.0;platform_system=="Linux"
|
|
|
|
|
|
|
| 1 |
gradio==5.6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
huggingface_hub>=0.24.0
|
|
|
|
|
|
|
|
|