NOBODY204 commited on
Commit
66b40ba
·
verified ·
1 Parent(s): 3e69e59

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- numpy
2
- matplotlib
3
- opencv-python
4
- Pillow
5
- scikit-image
 
1
+ numpy>=1.24.0,<2.0.0
2
+ matplotlib>=3.7.0
3
+ opencv-python>=4.8.0
4
+ Pillow>=10.0.0
5
+ scikit-image>=0.21.0