We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9df496 commit 9435d7fCopy full SHA for 9435d7f
.github/workflows/build-test-publish.yml
@@ -196,7 +196,7 @@ jobs:
196
- name: Install and package
197
run: |
198
# git is already installed
199
- brew install pygobject3 gtk+3 python@3.11 gtksourceview4 adwaita-icon-theme sdl cmake libjpeg
+ brew install pygobject3 gtk+3 python@3.11 gtksourceview4 adwaita-icon-theme sdl cmake
200
PATH=/usr/local/opt/python@3.11/bin:/usr/local/bin:$PATH
201
202
requirements-mac-windows.txt
@@ -5,3 +5,4 @@ strictyaml==1.7.3
5
jsonschema==4.19.1
6
packaging
7
importlib_metadata>=4.6; python_version < "3.10"
8
+Pillow~=10.0.0 # issues with macOS and Pillow 10.1.0 (jpeg import)
0 commit comments