sohojoe commited on
Commit
95001fa
1 Parent(s): 5a17040

set pip package versions

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -21
requirements.txt CHANGED
@@ -1,21 +1,15 @@
1
- vosk
2
- # scipy
3
- # sounddevice
4
- # setuptools-rust
5
- # git+https://github.com/openai/whisper.git
6
-
7
- opencv-python-headless
8
- pydub
9
- streamlit_webrtc
10
- twilio
11
- python-dotenv
12
- watchdog
13
- pydub
14
- torch
15
- numpy
16
- open_clip_torch
17
- transformers
18
- openai
19
- elevenlabs
20
- pydantic < 2
21
- ray
 
1
+ vosk==0.3.44
2
+ opencv-python-headless==4.7
3
+ pydub==0.25.1
4
+ streamlit_webrtc==0.45.0
5
+ twilio==8.2.1
6
+ python-dotenv==1.0.0
7
+ watchdog=3.0.0
8
+ torch==1.13.1
9
+ numpy==1.24.3
10
+ open_clip_torch==2.20.0
11
+ transformers==4.29.2
12
+ openai==0.27.7
13
+ elevenlabs==0.2.18
14
+ pydantic==1.10.9
15
+ ray==2.5.0