Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Core dependencies for Hugging Face Spaces
|
2 |
-
gradio==4.
|
3 |
pandas==2.2.3
|
4 |
numpy==1.26.4
|
5 |
matplotlib==3.10.3
|
@@ -13,6 +13,8 @@ langgraph
|
|
13 |
langchain
|
14 |
langchain-core
|
15 |
langchain-community
|
|
|
|
|
16 |
|
17 |
# Additional data processing
|
18 |
scipy==1.13.1
|
@@ -23,6 +25,9 @@ openpyxl==3.1.5
|
|
23 |
requests==2.32.4
|
24 |
aiohttp==3.12.14
|
25 |
|
|
|
|
|
|
|
26 |
# Daytona sandbox
|
27 |
daytona
|
28 |
|
|
|
1 |
+
# Core dependencies for Hugging Face Spaces
|
2 |
+
gradio==4.44.0
|
3 |
pandas==2.2.3
|
4 |
numpy==1.26.4
|
5 |
matplotlib==3.10.3
|
|
|
13 |
langchain
|
14 |
langchain-core
|
15 |
langchain-community
|
16 |
+
langchain-openai
|
17 |
+
langchain-anthropic
|
18 |
|
19 |
# Additional data processing
|
20 |
scipy==1.13.1
|
|
|
25 |
requests==2.32.4
|
26 |
aiohttp==3.12.14
|
27 |
|
28 |
+
# Environment variables
|
29 |
+
python-dotenv
|
30 |
+
|
31 |
# Daytona sandbox
|
32 |
daytona
|
33 |
|