OneStarDao commited on
Commit
af6931e
Β·
verified Β·
1 Parent(s): 1348198

Update requirements.txt

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