EtienneB commited on
Commit
70d4afb
·
1 Parent(s): c777509

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -17
requirements.txt CHANGED
@@ -1,30 +1,30 @@
1
  # UI and OAuth
2
- gradio[oauth]>=4.0.0
3
- requests>=2.31.0
4
- pandas>=2.0.0
5
 
6
  # LangChain and ecosystem
7
- langchain>=0.1.0
8
- langchain-core>=0.1.0
9
- langchain-community>=0.0.20
10
- langgraph>=0.0.30
11
 
12
  # Hugging Face integration
13
- huggingface_hub>=0.19.0
14
- transformers>=4.35.0
15
- accelerate>=0.24.0 # Needed for many transformer-based models
16
 
17
  # Environment config
18
- python-dotenv>=1.0.0
19
 
20
  # Tools dependencies
21
- duckduckgo-search>=3.9.0 # Required for web_search tool
22
- pytz>=2023.3 # Required for get_current_time_in_timezone tool
23
 
24
  # Additional utilities for better error handling and performance
25
- typing-extensions>=4.8.0
26
- asyncio-throttle>=1.0.2 # For rate limiting (optional)
27
- tenacity>=8.2.0 # For retry logic (optional)
28
 
29
  # Optional: For better logging and monitoring
30
- loguru>=0.7.0 # Better logging (optional)
 
1
  # UI and OAuth
2
+ gradio[oauth]
3
+ requests
4
+ pandas
5
 
6
  # LangChain and ecosystem
7
+ langchain
8
+ langchain-core
9
+ langchain-community
10
+ langgraph
11
 
12
  # Hugging Face integration
13
+ huggingface_hub
14
+ transformers
15
+ accelerate # Needed for many transformer-based models
16
 
17
  # Environment config
18
+ python-dotenv
19
 
20
  # Tools dependencies
21
+ duckduckgo-search # Required for web_search tool
22
+ pytz # Required for get_current_time_in_timezone tool
23
 
24
  # Additional utilities for better error handling and performance
25
+ typing-extensions
26
+ asyncio-throttle # For rate limiting (optional)
27
+ tenacity # For retry logic (optional)
28
 
29
  # Optional: For better logging and monitoring
30
+ loguru # Better logging (optional)