Spaces:
Running
Running
Lock scipy to 1.12.0 to prevent import error with gensim
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
gensim==4.3.2
|
2 |
redis==5.0.4
|
3 |
httpx==0.27.0
|
|
|
1 |
+
scipy==1.12.0
|
2 |
gensim==4.3.2
|
3 |
redis==5.0.4
|
4 |
httpx==0.27.0
|