deadshot2003 commited on
Commit
c09ccf0
·
verified ·
1 Parent(s): df46a37

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -5
requirements.txt CHANGED
@@ -1,5 +1,17 @@
1
- streamlit
2
- youtube_transcript_api
3
- pydub
4
- dotenv
5
- 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