Commit
·
5698b24
1
Parent(s):
7047dbe
fix req 8
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -9,8 +9,9 @@ flask-cors==3.0.10
|
|
9 |
gunicorn==20.1.0
|
10 |
python-dotenv==0.19.0
|
11 |
|
12 |
-
#
|
13 |
-
numpy
|
|
|
14 |
scikit-learn==0.24.2
|
15 |
gensim==4.1.2
|
16 |
|
|
|
9 |
gunicorn==20.1.0
|
10 |
python-dotenv==0.19.0
|
11 |
|
12 |
+
# Scientific computing dependencies with compatible versions
|
13 |
+
numpy==1.24.3
|
14 |
+
scipy==1.10.1
|
15 |
scikit-learn==0.24.2
|
16 |
gensim==4.1.2
|
17 |
|