Browse Source

update pillow version

tags/v1.8.0
ZhidanLiu 3 years ago
parent
commit
060304b364
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      requirements.txt
  2. +1
    -1
      setup.py

+ 2
- 1
requirements.txt View File

@@ -1,9 +1,10 @@
numpy >= 1.17.0
scipy >= 1.5.2
matplotlib >= 3.2.1
pillow >= 6.2.0
pillow >= 7.2.0
pytest >= 4.3.1
wheel >= 0.32.0
setuptools >= 40.8.0
scikit-learn >= 0.23.1
easydict >= 1.9
opencv-python >= 4.1.2.30

+ 1
- 1
setup.py View File

@@ -129,7 +129,7 @@ setup(
'scipy >= 1.5.2',
'numpy >= 1.17.0',
'matplotlib >= 3.2.1',
'pillow >= 6.2.0',
'pillow >= 7.2.0',
'scikit-learn >= 0.23.1',
'easydict >= 1.9',
'opencv-python >= 4.1.2.30',


Loading…
Cancel
Save