Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +15 -24
requirements.txt
CHANGED
|
@@ -1,29 +1,20 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
streamlit==1.45.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
openai
|
| 5 |
langchain
|
| 6 |
-
langchain-community
|
| 7 |
chromadb
|
| 8 |
-
|
| 9 |
-
transformers
|
| 10 |
-
huggingface-hub
|
| 11 |
-
|
| 12 |
-
# Added DeepSeek API (if correct package name is found)
|
| 13 |
-
deepseek-api # Ensure this is the correct package name or source
|
| 14 |
-
|
| 15 |
-
# Required for Microsoft AutoGen agent system
|
| 16 |
-
pyautogen==0.2.20 # or latest version that supports AssistantAgent, UserProxyAgent
|
| 17 |
-
|
| 18 |
-
# Utility libraries
|
| 19 |
-
tqdm
|
| 20 |
-
watchdog
|
| 21 |
-
tenacity
|
| 22 |
-
typing_extensions
|
| 23 |
-
typing-inspection
|
| 24 |
-
tzdata
|
| 25 |
-
urllib3
|
| 26 |
-
toml
|
| 27 |
-
sniffio
|
| 28 |
-
smmap
|
| 29 |
|
|
|
|
| 1 |
+
smmap==5.0.2
|
| 2 |
+
sniffio==1.3.1
|
| 3 |
streamlit==1.45.0
|
| 4 |
+
tenacity==9.1.2
|
| 5 |
+
toml==0.10.2
|
| 6 |
+
tornado==6.4.2
|
| 7 |
+
tqdm==4.67.1
|
| 8 |
+
typing-inspection==0.4.0
|
| 9 |
+
typing_extensions==4.13.2
|
| 10 |
+
tzdata==2025.2
|
| 11 |
+
urllib3==2.4.0
|
| 12 |
+
watchdog==6.0.0
|
| 13 |
+
streamlit
|
| 14 |
+
python-dotenv
|
| 15 |
+
autogen
|
| 16 |
openai
|
| 17 |
langchain
|
|
|
|
| 18 |
chromadb
|
| 19 |
+
langchain_community
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|