aiwhisperer33 commited on
Commit
161d1fb
·
verified ·
1 Parent(s): 69d1218

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -2,6 +2,7 @@ gradio>=3.50
2
  pandas>=2.0
3
  numpy>=1.24
4
  scipy>=1.10
 
5
  tensorflow-cpu>=2.13
6
  matplotlib>=3.7
7
- protobuf<4.0.0 # Fix compatibility with TensorFlow
 
2
  pandas>=2.0
3
  numpy>=1.24
4
  scipy>=1.10
5
+ scikit-learn>=1.0 # <-- This is the missing package
6
  tensorflow-cpu>=2.13
7
  matplotlib>=3.7
8
+ protobuf<4.0.0