Browse Source

!329 update pillow version

Merge pull request !329 from ZhidanLiu/master
tags/v1.8.0
i-robot Gitee 3 years ago
parent
commit
2815973c63
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
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