Commit
·
7047dbe
1
Parent(s):
f520e4a
fix req 7
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -10,7 +10,7 @@ gunicorn==20.1.0
|
|
10 |
python-dotenv==0.19.0
|
11 |
|
12 |
# Specific versions for scipy/numpy/gensim compatibility
|
13 |
-
numpy>=1.
|
14 |
scikit-learn==0.24.2
|
15 |
gensim==4.1.2
|
16 |
|
|
|
10 |
python-dotenv==0.19.0
|
11 |
|
12 |
# Specific versions for scipy/numpy/gensim compatibility
|
13 |
+
numpy>=1.24.3,<2.0.0
|
14 |
scikit-learn==0.24.2
|
15 |
gensim==4.1.2
|
16 |
|