yamanavijayavardhan commited on
Commit
5698b24
·
1 Parent(s): 7047dbe
Files changed (1) hide show
  1. 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
- # 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
 
 
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