sksameermujahid commited on
Commit
5ac6035
·
verified ·
1 Parent(s): 213ba13

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  flask==3.1.0
2
  flask-cors==5.0.1
3
- numpy>=1.25.0,<3.0
4
  pandas>=2.0.0
5
  faiss-cpu==1.10.0
6
  --extra-index-url https://download.pytorch.org/whl/cpu
@@ -20,3 +20,4 @@ pyngrok==7.2.3
20
  requests==2.32.3
21
  tqdm==4.67.1
22
  scikit-learn==1.6.1
 
 
1
  flask==3.1.0
2
  flask-cors==5.0.1
3
+ numpy==1.23.5
4
  pandas>=2.0.0
5
  faiss-cpu==1.10.0
6
  --extra-index-url https://download.pytorch.org/whl/cpu
 
20
  requests==2.32.3
21
  tqdm==4.67.1
22
  scikit-learn==1.6.1
23
+ einops>=0.6.1