LalitChaudhari3 commited on
Commit
6820f84
·
verified ·
1 Parent(s): 3ee6432

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -1
requirements.txt CHANGED
@@ -31,4 +31,14 @@ streamlit
31
  pandas
32
  faker
33
  # Critical: Prevents binary incompatibility with Pandas/LangChain
34
- numpy<2.0.0
 
 
 
 
 
 
 
 
 
 
 
31
  pandas
32
  faker
33
  # Critical: Prevents binary incompatibility with Pandas/LangChain
34
+ numpy<2.0.0
35
+
36
+ fastapi
37
+ uvicorn
38
+ python-multipart
39
+ pydantic
40
+ python-dotenv
41
+ chromadb
42
+ pysqlite3-binary
43
+ # ⚠️ CRITICAL: This specific version fixes the "404/410" errors automatically
44
+ huggingface_hub>=0.27.0