File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ requires = [
44
44
or (platform_system == 'iOS' and python_version == '3.13') \
45
45
or (platform_system == 'Android' and python_version == '3.13') \
46
46
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+ .
48
48
""" numpy; \
49
49
(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 ') \
51
51
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+ .
53
53
""" pandas; \
54
54
(platform_system != 'iOS' and platform_system != 'Android' and python_version < '3.14') \
55
55
or (platform_system == 'iOS' and python_version < '3.13') \
You can’t perform that action at this time.
0 commit comments