Skip to content

Commit b60a380

Browse files
committed
feat: remove numpy and pandas downgrade for armhf
1 parent 4beb6a8 commit b60a380

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

requirements.txt

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

0 commit comments

Comments
 (0)