File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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') \
You can’t perform that action at this time.
0 commit comments