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 ef96320 commit 0704f23Copy full SHA for 0704f23
1 file changed
pyproject.toml
@@ -19,11 +19,12 @@ sources = ["src/testbed"]
19
test_sources = ["tests"]
20
21
requires = [
22
- "cryptography",
23
- "lru_dict",
24
- "pillow",
25
- "numpy",
26
- "pandas",
+ # Binary wheels on iOS all need to be updated for the new sysconfig platform tag.
+ "cryptography; platform_system != 'iOS'",
+ "lru_dict; platform_system != 'iOS'",
+ "pillow; platform_system != 'iOS'",
+ "numpy; platform_system != 'iOS'",
27
+ "pandas; platform_system != 'iOS'",
28
]
29
test_requires = [
30
"pytest",
0 commit comments