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 9ae2fff commit 68b1dc0Copy full SHA for 68b1dc0
pyproject.toml
@@ -8,7 +8,8 @@ backend-path = ['.']
8
requires = [
9
'meson >= 0.64.0; python_version < "3.12"',
10
'meson >= 1.2.3; python_version >= "3.12"',
11
- 'packaging >= 24.2',
+ 'packaging >= 19.0; sys_platform != "ios"',
12
+ 'packaging >= 24.2; sys_platform == "ios"',
13
'pyproject-metadata >= 0.9.0',
14
'tomli >= 1.0.0; python_version < "3.11"',
15
]
0 commit comments