Savinup21 commited on
Commit
8d6904d
·
verified ·
1 Parent(s): 72a5987

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -9
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
- tensorflow
2
- numpy
3
- streamlit
4
- opencv-python
5
- keras
6
- pillow
7
- matplotlib
8
- gdown
9
- requests
 
1
+ tensorflow>=2.10.0
2
+ numpy>=1.21.0
3
+ streamlit>=1.10.0
4
+ opencv-python>=4.5.5
5
+ keras>=2.10.0
6
+ pillow>=9.0.0
7
+ matplotlib>=3.5.0
8
+ requests>=2.26.0