We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe582a commit a50a15eCopy full SHA for a50a15e
requirements.txt
@@ -1,7 +1,7 @@
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.3.2; platform_machine == 'armv7l'
+pandas==2.3.2; platform_machine != 'armv7l'
+pandas==2.2.3; platform_machine == 'armv7l'
5
bottleneck==1.5.0
6
numexpr==2.11.0
7
# Indicator libraries
0 commit comments