FoodDesert commited on
Commit
06c0882
·
verified ·
1 Parent(s): e062406

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,15 +1,15 @@
1
-
2
  gradio==4.44.1
3
  gradio-client==1.3.0
4
  fastapi==0.116.1
5
  starlette==0.47.3
6
 
 
7
  numpy==1.25.1
8
- scikit-learn==1.2.2
9
  h5py==3.8.0
10
  joblib==1.2.0
11
  compress-fasttext
12
  lark-parser
13
  scipy==1.12.0
14
  gensim==4.3.2
15
-
 
1
+ # Gradio stack (versions known to work together)
2
  gradio==4.44.1
3
  gradio-client==1.3.0
4
  fastapi==0.116.1
5
  starlette==0.47.3
6
 
7
+ # Your libs (kept compatible with your saved artifacts)
8
  numpy==1.25.1
9
+ scikit-learn==1.4.1.post1
10
  h5py==3.8.0
11
  joblib==1.2.0
12
  compress-fasttext
13
  lark-parser
14
  scipy==1.12.0
15
  gensim==4.3.2