Skip to content

Commit 3ab0d6b

Browse files
committed
fix requirments
1 parent ae31a7e commit 3ab0d6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ numpy
33
pillow>=8.2,<8.5; python_version == "3.6"
44
pillow>=9.0,<9.6; python_version == "3.7"
55
pillow>=10.0,<11.0; python_version == "3.8"
6-
Pillow>=11.0.0; python_version <= "3.9"
6+
Pillow>=11.0.0; python_version >= "3.9"
77
codecov
88
pytest-cov

0 commit comments

Comments
 (0)