Mridul commited on
Commit
f10c4fa
1 Parent(s): 782d9c8

Updating requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -1,8 +1,10 @@
 
1
  streamlit==1.28.0
2
  matplotlib==3.7.2
3
  librosa==0.10.0.post2
4
  numpy==1.24.3
5
  torch==2.0.1
6
  torchaudio==2.0.2
 
7
  pyaudio==0.2.13
8
  wave==0.0.2
 
1
+ python -m pip install -U pip
2
  streamlit==1.28.0
3
  matplotlib==3.7.2
4
  librosa==0.10.0.post2
5
  numpy==1.24.3
6
  torch==2.0.1
7
  torchaudio==2.0.2
8
+ # RUN apt-get update && apt-get install -y portaudio19-dev
9
  pyaudio==0.2.13
10
  wave==0.0.2