Skip to content

Commit a50a15e

Browse files
authored
chore(deps): Don't bump pandas for armv7 for now.
1 parent 8fe582a commit a50a15e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

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

0 commit comments

Comments
 (0)