Commit
·
1eb9551
1
Parent(s):
5d396ac
Fixed scipy version for gensim compatibility
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -11,4 +11,5 @@ nltk==3.8.1
|
|
11 |
gensim==4.3.2
|
12 |
# language-tool-python==2.8
|
13 |
pyspellchecker==0.8.1
|
14 |
-
werkzeug==3.0.0
|
|
|
|
11 |
gensim==4.3.2
|
12 |
# language-tool-python==2.8
|
13 |
pyspellchecker==0.8.1
|
14 |
+
werkzeug==3.0.0
|
15 |
+
scipy>=1.9.0
|