ans123 commited on
Commit
46e419c
·
verified ·
1 Parent(s): 6fc7489

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -7
requirements.txt CHANGED
@@ -1,7 +1,10 @@
1
- gradio
2
- faiss-cpu
3
- pandas
4
- ollama
5
- duckduckgo-search
6
- requests crawl4ai[playwright]
7
- numpy
 
 
 
 
1
+ # requirements.txt for EmotionToAction (Gradio/FAISS Version)
2
+
3
+ gradio>=4.0.0
4
+ faiss-cpu>=1.7.0
5
+ pandas>=1.5.0
6
+ ollama>=0.1.5
7
+ duckduckgo-search>=4.0.0
8
+ requests>=2.25.0
9
+ crawl4ai[playwright]>=0.4.0
10
+ numpy>=1.20.0