Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
numpy<2.0
|
2 |
-
torch==2.2.2
|
3 |
transformers==4.41.2
|
4 |
-
sentence-transformers==4.1.0
|
5 |
tabulate
|
6 |
-
gradio==4.31.5
|
7 |
matplotlib
|
|
|
|
|
|
|
8 |
git+https://github.com/onestardao/WFGY.git@main#egg=wfgy_sdk
|
9 |
-
|
|
|
1 |
numpy<2.0
|
2 |
+
torch==2.2.2+cpu
|
3 |
transformers==4.41.2
|
|
|
4 |
tabulate
|
|
|
5 |
matplotlib
|
6 |
+
sentence-transformers==4.1.0
|
7 |
+
plotly
|
8 |
+
gradio==4.42.0
|
9 |
git+https://github.com/onestardao/WFGY.git@main#egg=wfgy_sdk
|
|