We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae31a7e commit 3ab0d6bCopy full SHA for 3ab0d6b
1 file changed
requirements.txt
@@ -3,6 +3,6 @@ numpy
3
pillow>=8.2,<8.5; python_version == "3.6"
4
pillow>=9.0,<9.6; python_version == "3.7"
5
pillow>=10.0,<11.0; python_version == "3.8"
6
-Pillow>=11.0.0; python_version <= "3.9"
+Pillow>=11.0.0; python_version >= "3.9"
7
codecov
8
pytest-cov
0 commit comments