SavlonBhai commited on
Commit
1f13310
·
verified ·
1 Parent(s): 7e9709c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -15
requirements.txt CHANGED
@@ -1,15 +1,6 @@
1
- # Core ML and Image Processing
2
- tensorflow==2.13.0
3
- numpy==1.24.3
4
- Pillow==10.0.1
5
-
6
- # Web Interface and UI
7
- gradio==4.7.1
8
-
9
- # Data Handling
10
- pandas==2.0.3
11
-
12
- # Additional dependencies that might be needed
13
- matplotlib>=3.7.0
14
- opencv-python>=4.8.0
15
- scikit-learn>=1.3.0
 
1
+ # Tested compatible versions for Gradio + TensorFlow
2
+ gradio>=4.0.0,<5.0.0
3
+ tensorflow>=2.13.0,<2.16.0
4
+ numpy>=1.21.0,<2.0.0
5
+ Pillow>=9.0.0
6
+ pandas>=1.5.0