Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
chromadb>=1.0.12
|
2 |
-
fastapi>=0.115.9
|
3 |
-
gradio>=5.33.0
|
4 |
-
langgraph>=0.4.8
|
5 |
-
numpy>=2.3.0
|
6 |
-
openai>=1.85.0
|
7 |
-
pdfplumber>=0.11.6
|
8 |
-
psutil>=7.0.0
|
9 |
-
pypdf2>=3.0.1
|
10 |
-
reportlab>=4.4.1
|
11 |
-
uvicorn>=0.34.3
|
12 |
-
pydantic
|
13 |
-
typing-extensions
|
14 |
-
python-dotenv
|
|
|
1 |
+
chromadb>=1.0.12
|
2 |
+
fastapi>=0.115.9
|
3 |
+
gradio>=5.33.0
|
4 |
+
langgraph>=0.4.8
|
5 |
+
numpy>=2.2.6,<2.3.0
|
6 |
+
openai>=1.85.0
|
7 |
+
pdfplumber>=0.11.6
|
8 |
+
psutil>=7.0.0
|
9 |
+
pypdf2>=3.0.1
|
10 |
+
reportlab>=4.4.1
|
11 |
+
uvicorn>=0.34.3
|
12 |
+
pydantic
|
13 |
+
typing-extensions
|
14 |
+
python-dotenv
|