NikhilPatil commited on
Commit
caa8d34
·
verified ·
1 Parent(s): 0a13a28

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -4,11 +4,12 @@ pandas==2.2.2
4
  Pillow==10.3.0
5
  joblib==1.4.2
6
  langdetect==1.0.9
7
- scikit-learn==1.5.0 # Matches your use of LabelEncoder and metrics
8
  sentence-transformers==3.0.1
9
- tensorflow==2.16.1 # Compatible with TF_USE_LEGACY_KERAS=1 and your setup
10
  torch==2.3.1
11
  transformers==4.41.2
12
  protobuf==4.25.3
13
- tf-keras==2.16.0 # Ensures compatibility with transformers and legacy Keras
14
- opencv-python==4.10.0.84 # Adding cv2 for completeness, though not used in app.py
 
 
4
  Pillow==10.3.0
5
  joblib==1.4.2
6
  langdetect==1.0.9
7
+ scikit-learn==1.5.0
8
  sentence-transformers==3.0.1
9
+ tensorflow==2.16.1
10
  torch==2.3.1
11
  transformers==4.41.2
12
  protobuf==4.25.3
13
+ tf-keras==2.16.0
14
+ opencv-python==4.10.0.84
15
+ ultralytics==8.3.179