Skip to content

Commit 1c53942

Browse files
authored
Numpy now available for iOS on Python 3.13. (#121)
1 parent 062cd75 commit 1c53942

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ requires = [
4444
or (platform_system == 'iOS' and python_version == '3.13') \
4545
or (platform_system == 'Android' and python_version == '3.13') \
4646
or (platform_system == 'Linux' and python_version == '3.13')""",
47-
# Numpy not available on iOS for 3.13+, or all on 3.14.
47+
# Numpy not available on 3.14+.
4848
"""numpy; \
4949
(platform_system != 'iOS' and platform_system != 'Android' and python_version < '3.14') \
50-
or (platform_system == 'iOS' and python_version < '3.13') \
50+
or (platform_system == 'iOS' and python_version < '3.14') \
5151
or (platform_system == 'Android' and python_version < '3.14')""",
52-
# Pandas not available on iOS for 3.13+, or all on 3.14.
52+
# Pandas not available on iOS for 3.13+, or all on 3.14+.
5353
"""pandas; \
5454
(platform_system != 'iOS' and platform_system != 'Android' and python_version < '3.14') \
5555
or (platform_system == 'iOS' and python_version < '3.13') \

0 commit comments

Comments
 (0)