sammy786 commited on
Commit
8553f23
·
verified ·
1 Parent(s): f4d2b08

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
  gradio==4.12.0
2
  fastapi==0.104.1
3
- httpx==0.25.2
4
  pandas==2.1.3
5
  plotly==5.18.0
6
  pillow==10.1.0
@@ -8,10 +7,12 @@ python-dateutil==2.8.2
8
  plotly>=5.18.0
9
  huggingface-hub>=0.20.0
10
  python-dotenv>=1.0.0
11
- anthropic==0.21.3 # Claude API for reasoning
12
  langchain==0.1.20 # Agent framework
13
- langchain-anthropic==0.1.11 # Claude integration
14
  pydantic==2.6.0 # Enhanced data validation
15
- redis==5.0.1 # Memory/state management
16
  tiktoken==0.6.0 # Token counting
17
- tenacity==8.2.3 # Retry logic with backoff
 
 
 
 
 
1
  gradio==4.12.0
2
  fastapi==0.104.1
 
3
  pandas==2.1.3
4
  plotly==5.18.0
5
  pillow==10.1.0
 
7
  plotly>=5.18.0
8
  huggingface-hub>=0.20.0
9
  python-dotenv>=1.0.0
 
10
  langchain==0.1.20 # Agent framework
11
+ langchain-anthropic
12
  pydantic==2.6.0 # Enhanced data validation
 
13
  tiktoken==0.6.0 # Token counting
14
+
15
+ anthropic==0.40.0
16
+ httpx==0.27.2
17
+ tenacity==8.5.0
18
+ redis==5.2.0