Skip to content

Commit f10223b

Browse files
committed
chore: temporarily downgrade armhf dependencies
Allow piwheels to apply - which should make the armhf build a lot faster.
1 parent 38b3062 commit f10223b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
numpy==2.3.2
2-
pandas==2.3.1
1+
numpy==2.3.2; platform_machine != 'armv7l'
2+
numpy==2.2.4; platform_machine == 'armv7l'
3+
pandas==2.3.1; platform_machine != 'armv7l'
4+
pandas==2.2.3; platform_machine == 'armv7l'
35
bottleneck==1.5.0
46
numexpr==2.11.0
57
# Indicator libraries

0 commit comments

Comments
 (0)