Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
@@ -9,12 +9,11 @@ plotly==6.0.1
|
|
9 |
kaleido==1.0.0
|
10 |
|
11 |
# LangGraph and LangChain dependencies
|
12 |
-
langgraph
|
13 |
-
langchain
|
14 |
-
langchain-core
|
15 |
-
langchain-community
|
16 |
-
langchain-openai
|
17 |
-
langchain-anthropic
|
18 |
|
19 |
# Additional data processing
|
20 |
scipy==1.13.1
|
@@ -26,10 +25,10 @@ requests==2.32.4
|
|
26 |
aiohttp==3.12.14
|
27 |
|
28 |
# Environment variables
|
29 |
-
python-dotenv
|
30 |
|
31 |
# Daytona sandbox
|
32 |
-
daytona
|
33 |
|
34 |
# Fix Pydantic compatibility
|
35 |
pydantic==2.7.4
|
|
|
9 |
kaleido==1.0.0
|
10 |
|
11 |
# LangGraph and LangChain dependencies
|
12 |
+
langgraph>=0.2.0
|
13 |
+
langchain>=0.3.0
|
14 |
+
langchain-core>=0.3.0
|
15 |
+
langchain-community>=0.3.0
|
16 |
+
langchain-openai>=0.2.0
|
|
|
17 |
|
18 |
# Additional data processing
|
19 |
scipy==1.13.1
|
|
|
25 |
aiohttp==3.12.14
|
26 |
|
27 |
# Environment variables
|
28 |
+
python-dotenv==1.0.0
|
29 |
|
30 |
# Daytona sandbox
|
31 |
+
daytona>=0.1.0
|
32 |
|
33 |
# Fix Pydantic compatibility
|
34 |
pydantic==2.7.4
|