sksameermujahid commited on
Commit
115947b
·
verified ·
1 Parent(s): 1219d37

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,14 +1,14 @@
1
  flask==3.1.0
2
  flask-cors==5.0.1
3
- transformers==4.49.0
 
 
4
  --extra-index-url https://download.pytorch.org/whl/cpu
5
  torch==2.1.0+cpu
6
  torchvision==0.16.0+cpu
7
  torchaudio==2.1.0+cpu
8
- faiss-cpu==1.10.0
9
  sentence-transformers==3.4.1
10
- pandas==2.2.2
11
- numpy==1.24.3
12
  cloudinary==1.43.0
13
  SpeechRecognition==3.14.2
14
  pydub==0.25.1
 
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
7
  torch==2.1.0+cpu
8
  torchvision==0.16.0+cpu
9
  torchaudio==2.1.0+cpu
10
+ transformers==4.49.0
11
  sentence-transformers==3.4.1
 
 
12
  cloudinary==1.43.0
13
  SpeechRecognition==3.14.2
14
  pydub==0.25.1