Awashati commited on
Commit
b2b51fa
·
verified ·
1 Parent(s): 67e8993

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -8
requirements.txt CHANGED
@@ -1,8 +1,6 @@
1
- # Core deps your app uses
2
- joblib>=1.3
3
- scikit-learn>=1.0
4
- numpy>=1.23
5
- pillow>=9.0
6
-
7
- # Only if your app embeds with MobileNet/TensorFlow (as in the Colab code):
8
- tensorflow<2.17,>=2.12
 
1
+ scikit-learn==1.6.1
2
+ joblib==1.4.2
3
+ numpy==1.26.4
4
+ pillow==10.4.0
5
+ gradio==4.44.0
6
+ tensorflow-cpu==2.16.2