vivym commited on
Commit
7e7f996
1 Parent(s): 50146b2

add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- opencv-python==4.6
2
- numpy==1.23
3
- Pillow==9.3
4
- paddleseg==2.6
 
1
+ opencv-python>=4.6.0
2
+ numpy>=1.23.5
3
+ Pillow>=9.3.0
4
+ paddleseg>=2.6.0