OneStarDao commited on
Commit
5f3c897
·
verified ·
1 Parent(s): 4d4636f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -7
requirements.txt CHANGED
@@ -1,11 +1,7 @@
1
- git+https://github.com/onestardao/WFGY.git@main#egg=wfgy_sdk
2
-
3
- # UI + minimal deps
4
- gradio==4.31.5
5
- numpy<2.0
6
- torch==2.2.2
7
  transformers==4.41.2
8
  sentence-transformers==4.1.0
9
  tabulate
 
10
  matplotlib
11
- -e .
 
1
+ "numpy<2.0"
2
+ torch==2.2.2+cpu
 
 
 
 
3
  transformers==4.41.2
4
  sentence-transformers==4.1.0
5
  tabulate
6
+ gradio==4.31.5
7
  matplotlib