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 b2f4c92 commit 0f91ff0Copy full SHA for 0f91ff0
pyproject.toml
@@ -23,7 +23,7 @@ dependencies = [
23
'midi_const~=0.1.0',
24
'mido~=1.3.0', # FIXME: currently using custom 1.2.11a1 with EOX, running status and delta time support
25
'python-rtmidi~=1.5.5', # While it's mido's default backend, we explicitly require it for some features.
26
- 'pillow~=11.0.0',
+ 'pillow>=11.0,<11.3',
27
]
28
license = { file = 'LICENSE' }
29
authors = [
0 commit comments