malek-messaoudii commited on
Commit
e3d10a3
·
1 Parent(s): 2da4544

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -10
requirements.txt CHANGED
@@ -4,20 +4,13 @@ python-multipart==0.0.6
4
  python-dotenv==1.0.0
5
  gtts==2.3.2
6
  pydantic==2.5.0
7
-
8
- # Optional - comment out if causing issues
9
  SpeechRecognition==3.10.0
10
  pyttsx3==2.90
11
-
12
- # NLP models (optional)
13
  transformers==4.35.0
14
- torch==2.0.1
15
  accelerate==0.20.0
16
  huggingface_hub==0.19.0
17
  protobuf==3.20.0
18
-
19
-
20
-
21
- # Audio processing
22
  soundfile==0.12.1
23
- requests==2.31.0
 
 
 
4
  python-dotenv==1.0.0
5
  gtts==2.3.2
6
  pydantic==2.5.0
 
 
7
  SpeechRecognition==3.10.0
8
  pyttsx3==2.90
 
 
9
  transformers==4.35.0
 
10
  accelerate==0.20.0
11
  huggingface_hub==0.19.0
12
  protobuf==3.20.0
 
 
 
 
13
  soundfile==0.12.1
14
+ requests==2.31.0
15
+ torch==2.0.1+cpu
16
+ --extra-index-url https://download.pytorch.org/whl/cpu