Executor-Tyrant-Framework commited on
Commit
dae4ed4
·
verified ·
1 Parent(s): dede8c6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -22
requirements.txt CHANGED
@@ -1,23 +1,7 @@
1
- # Python Dependencies for Clawdbot Dev Assistant
2
- #
3
- # CHANGELOG [2025-01-28 - Josh]
4
- # Core dependencies for recursive context + HF inference
5
-
6
- # Gradio for web interface (5.0+ required for type="messages" format)
7
  gradio>=5.0.0
8
- pytz>=2023.3
9
-
10
- # HuggingFace for model inference
11
- huggingface-hub>=0.20.0
12
-
13
- # ChromaDB for vector search (recursive context)
14
- chromadb>=0.4.0
15
- pydantic>=2.0.0
16
- pydantic-settings>=2.0.0
17
-
18
- # Additional utilities
19
- requests>=2.31.0
20
- gitpython>=3.1.0
21
-
22
- # Performance
23
- numpy>=1.24.0
 
1
+ huggingface_hub
2
+ chromadb
 
 
 
 
3
  gradio>=5.0.0
4
+ sentence-transformers
5
+ numpy
6
+ plotly
7
+ tavily-python