GoshawkVortexAI commited on
Commit
9437996
·
verified ·
1 Parent(s): e276173

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -6
requirements.txt CHANGED
@@ -1,6 +1,10 @@
1
-
2
- gradio==4.44.0
3
- uvicorn>=0.14.0
4
- websockets>=10.4
5
- fastapi<0.113.0
6
- spaces
 
 
 
 
 
1
+ gradio[oauth,mcp]==6.17.3
2
+ pandas>=1.5
3
+ numpy>=1.24
4
+ requests>=2.28
5
+ ta>=0.11
6
+ scikit-learn>=1.1
7
+ lightgbm>=3.3
8
+ xgboost>=1.7
9
+ torch>=2.0
10
+ matplotlib>=3.5