Wayne0102 commited on
Commit
2075f92
·
verified ·
1 Parent(s): bdc09f7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -14
requirements.txt CHANGED
@@ -1,15 +1,9 @@
1
- # Core Frameworks
2
- smolagents>=1.1.0
3
  llama-index-core
4
- llama-index-agent-openai
5
- llama-index-llms-huggingface-api
6
- huggingface_hub
7
-
8
- # Utilities
9
- gradio>=4.0.0
10
- requests>=2.31.0
11
- pytz>=2023.3
12
- pyyaml>=6.0
13
- deep-translator>=1.11.4
14
- python-dotenv
15
- ddgs
 
1
+ gradio
2
+ smolagents
3
  llama-index-core
4
+ llama-index-llms-huggingface
5
+ llama-index-agent-openai # Sometimes needed for core agent logic deps
6
+ deep-translator
7
+ pytz
8
+ requests
9
+ huggingface_hub