muhammadhamza-stack commited on
Commit
c34654d
·
1 Parent(s): 54e0577

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
  tensorflow==2.20.0
2
- numpy<2
3
  protobuf>=4.25.3
4
  opencv-python>=4.9.0
5
  Pillow>=10.2.0
6
  gradio>=4.44.0
 
 
 
1
  tensorflow==2.20.0
2
+ numpy>=1.26,<2.0
3
  protobuf>=4.25.3
4
  opencv-python>=4.9.0
5
  Pillow>=10.2.0
6
  gradio>=4.44.0
7
+ matplotlib>=3.8.4
8
+