deadshot2003 commited on
Commit
59f0856
·
verified ·
1 Parent(s): c8f41eb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -7
requirements.txt CHANGED
@@ -1,7 +1,18 @@
1
-
2
- streamlit
3
- youtube_transcript_api
4
- pydub
5
- tempfile
6
- dotenv
7
- openai
 
 
 
 
 
 
 
 
 
 
 
 
1
+ openai==0.27.2
2
+ streamlit==1.15.2
3
+ youtube-transcript-api==0.4.4
4
+ pydub==0.25.1
5
+ numpy==1.23.5
6
+ pandas==1.5.2
7
+ scipy==1.9.3
8
+ matplotlib==3.6.2
9
+ requests==2.28.1
10
+ datasets==2.7.0
11
+ huggingface-hub>=0.19
12
+ hf-transfer>=0.1.4
13
+ protobuf<4
14
+ click<8.1
15
+ pydantic~=1.0
16
+ setuptools>=58.0.0
17
+ pip>=22.3.1
18
+ dotenv