Vinit710 commited on
Commit
03979ee
·
verified ·
1 Parent(s): 1823132

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,7 +1,9 @@
1
- streamlit==1.22.0 # Compatible with numpy<1.24
2
- tensorflow==2.12.0
3
- numpy==1.23.5 # Compatible version with TensorFlow 2.12.0
4
- opencv-python-headless>=4.7.0
 
 
5
 
6
 
7
 
 
1
+ streamlit # Compatible with numpy<1.24
2
+ tensorflow==2.16.1
3
+ numpy==1.26.4
4
+ # Compatible version with TensorFlow 2.12.0
5
+ opencv-python-headless>=4.10.0
6
+
7
 
8
 
9