LogicGoInfotechSpaces commited on
Commit
65fdeb0
·
1 Parent(s): e670614

deps: pin gradio==5.47.0 and replace scikit-learn with scipy>=1.14.1

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -4,13 +4,13 @@ numpy
4
  opencv-python-headless
5
  matplotlib
6
  streamlit
7
- gradio>=4.0.0
8
  streamlit-drawable-canvas==0.9.0
9
  pyyaml
10
  tqdm
11
  easydict==1.9.0
12
  scikit-image
13
- scikit-learn==0.24.2
14
  tensorflow
15
  joblib
16
  pandas
 
4
  opencv-python-headless
5
  matplotlib
6
  streamlit
7
+ gradio==5.47.0
8
  streamlit-drawable-canvas==0.9.0
9
  pyyaml
10
  tqdm
11
  easydict==1.9.0
12
  scikit-image
13
+ scipy>=1.14.1
14
  tensorflow
15
  joblib
16
  pandas