404Brain-Not-Found-yeah commited on
Commit
95cc521
1 Parent(s): 81ce00b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  streamlit>=1.24.0
2
- numpy>=1.23.5
3
  pandas>=1.5.3
 
4
  scikit-learn==1.2.2
5
  soundfile>=0.12.1
6
  joblib>=1.2.0
@@ -11,5 +12,4 @@ huggingface_hub>=0.16.4
11
  python-dotenv>=1.0.0
12
  cffi>=1.15.1
13
  typing-extensions>=4.4.0
14
- scipy>=1.10.1
15
 
 
1
  streamlit>=1.24.0
2
+ numpy==1.23.5
3
  pandas>=1.5.3
4
+ scipy==1.10.1
5
  scikit-learn==1.2.2
6
  soundfile>=0.12.1
7
  joblib>=1.2.0
 
12
  python-dotenv>=1.0.0
13
  cffi>=1.15.1
14
  typing-extensions>=4.4.0
 
15