abhishekjoel commited on
Commit
a469a5e
·
verified ·
1 Parent(s): b986f20

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- openai==1.12.0
2
- streamlit==1.31.0
3
- python-dotenv==1.0.0
4
- pydub==0.25.1
5
- watchdog==3.0.0
6
- numpy==1.24.3
 
 
1
+ streamlit>=1.27.0
2
+ openai>=1.0.0
3
+ python-dotenv>=1.0.0
4
+ pydub>=0.25.1
5
+ ffmpeg-python>=0.2.0
6
+ numpy>=1.21.0
7
+ pathlib>=1.0.1