voldemortuk commited on
Commit
927d25f
·
verified ·
1 Parent(s): bbed77e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -25
requirements.txt CHANGED
@@ -1,25 +1,22 @@
1
- torch==2.2.2
2
- torchaudio==2.2.2
3
- torchvision==0.17.2
4
- openai==1.51.0
5
- speechrecognition==3.10.4
6
- librosa==0.10.2.post1
7
- soundfile==0.12.1
8
- gtts==2.5.3
9
- ffmpeg==1.4
10
- ffmpeg-python==0.2.0
11
- pydub==0.25.1
12
- pyaudio==0.2.14
13
- pyttsx3==2.98
14
- gradio==4.44.1
15
- ipykernel==6.29.5
16
- langchain-community==0.3.1
17
- transformers==4.45.1
18
- jupyter==1.1.1
19
- python-dotenv==1.0.1
20
- playwright==1.47.0
21
- streamlit==1.39.0
22
- streamlit-audiorec==0.1.3
23
- watchdog==5.0.3
24
- audio-recorder-streamlit==0.0.10
25
- ipython==8.28.0
 
1
+ torchaudio>=2.2.2
2
+ torchvision>=0.17.2
3
+ openai>=1.51.0
4
+ speechrecognition>=3.10.4
5
+ librosa>=0.10.2.post1
6
+ soundfile>=0.12.1
7
+ gtts>=2.5.3
8
+ ffmpeg-python>=0.2.0
9
+ pydub>=0.25.1
10
+ pyttsx3>=2.98
11
+ gradio>=4.44.1
12
+ ipykernel>=6.29.5
13
+ langchain-community>=0.3.1
14
+ transformers>=4.45.1
15
+ jupyter>=1.1.1
16
+ python-dotenv>=1.0.1
17
+ playwright>=1.47.0
18
+ streamlit>=1.39.0
19
+ streamlit-audiorec>=0.1.3
20
+ watchdog>=5.0.3
21
+ audio-recorder-streamlit>=0.0.10
22
+ ipython>=8.28.0