File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5353
5454 - name : Install from source
5555 run : |
56- python3 -m pip install pytest coverage numpy pillow==8.3 .0
57- python3 -m pip -v install .
56+ python3 -m pip install pillow==8.4 .0
57+ python3 -m pip -v install ".[dev]"
5858
5959 - name : LibHeif info
6060 run : python3 -c "import pillow_heif; print(pillow_heif.libheif_info())"
@@ -155,7 +155,7 @@ jobs:
155155
156156 - name : Install from source
157157 run : |
158- python -m pip install pillow==8.4 .0
158+ python -m pip install pillow==9.2 .0
159159 python -m pip -v install ".[dev]"
160160
161161 - name : LibHeif info
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ python_requires = >=3.7
3737zip_safe = False
3838packages = find:
3939install_requires =
40- pillow>=8.3 .0
40+ pillow>=8.4 .0
4141
4242[options.extras_require]
4343tests-min =
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ python_requires = >=3.7
3737zip_safe = False
3838packages = find:
3939install_requires =
40- pillow>=8.3 .0
40+ pillow>=8.4 .0
4141
4242[options.extras_require]
4343docs =
You can’t perform that action at this time.
0 commit comments