sammy786 commited on
Commit
afa5419
·
verified ·
1 Parent(s): 2a0f958

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -16
requirements.txt CHANGED
@@ -1,20 +1,20 @@
1
- fastapi>=0.115.2
2
- pandas==2.1.3
3
- plotly==5.18.0
4
- pillow==10.1.0
5
- python-dateutil==2.8.2
6
- plotly>=5.18.0
7
- huggingface-hub>=0.20.0
8
- python-dotenv>=1.0.0
9
- langchain==0.1.20 # Agent framework
10
  langchain-anthropic
11
- pydantic==2.11.10 # Enhanced data validation
12
- tiktoken==0.6.0 # Token counting
13
 
14
- anthropic==0.40.0
15
- httpx==0.27.2
16
- tenacity==8.5.0
17
- redis==5.2.0
18
  google-generativeai
19
 
20
 
@@ -34,4 +34,4 @@ llama-index-llms-openai
34
  elevenlabs==1.5.0
35
  pydub==0.25.1
36
 
37
- gradio==6.0.0
 
1
+ fastapi
2
+ pandas
3
+ plotly
4
+ pillow
5
+ python-dateutil
6
+ plotly
7
+ huggingface-hub
8
+ python-dotenv
9
+ langchain # Agent framework
10
  langchain-anthropic
11
+ pydantic # Enhanced data validation
12
+ tiktoken # Token counting
13
 
14
+ anthropic
15
+ httpx
16
+ tenacity
17
+ redis
18
  google-generativeai
19
 
20
 
 
34
  elevenlabs==1.5.0
35
  pydub==0.25.1
36
 
37
+ gradio