Yoonc commited on
Commit
9550e73
·
verified ·
1 Parent(s): 494a3f2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -2,11 +2,11 @@
2
 
3
  streamlit>=1.28.0
4
  streamlit-webrtc>=0.47.0
5
- openai
 
6
  python-dotenv
7
- transformers
8
  torch
9
- plotly
10
  pandas
11
- av
12
  numpy
 
2
 
3
  streamlit>=1.28.0
4
  streamlit-webrtc>=0.47.0
5
+ av>=10.0.0
6
+ openai>=1.0.0
7
  python-dotenv
8
+ transformers>=4.30.0
9
  torch
10
+ plotly>=5.0.0
11
  pandas
 
12
  numpy