Skip to content

Commit dafe54a

Browse files
committed
Refresh optional dependencies
1 parent 12de944 commit dafe54a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@
276276
# pip install -e .[pillow]
277277
"pillow": [
278278
'Pillow==8.4.0;python_version<"3.7"',
279-
'Pillow==9.5.0;python_version>="3.7"',
279+
'Pillow==9.5.0;python_version>="3.7" and python_version<"3.8"',
280+
'Pillow==10.0.0;python_version>="3.8"',
280281
],
281282
# pip install -e .[psutil]
282283
"psutil": [

0 commit comments

Comments
 (0)