-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update numpy to 2.1.2 and pandas to 2.2.3 #129958
Conversation
Hey there @Petro31, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Hey there @bachya, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Hey there @jpbede, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Hey there @hunterjm, @uvjustin, @allenporter, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
@@ -112,7 +112,8 @@ httpcore==1.0.5 | |||
hyperframe>=5.2.0 | |||
|
|||
# Ensure we run compatible with musllinux build env | |||
numpy==1.26.4 | |||
numpy==2.1.2 | |||
pandas~=2.2.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note the ~=
here which allows both 2.2.3
and 2.2.3.post1
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @cdce8p 👍
../Frenck
Proposed change
This was previously blocked the musl wheels for pandas
2.2.3
see #108509.A simple fix has since been merged upstream pandas-dev/pandas#59906. However, it's not clear when the next release will happen. To unblock pandas for 3.13, I applied the patch manually to
2.2.3
and build2.2.3.post1
for the failing musl platforms. Those wheels are now available on https://wheels.home-assistant.io/musllinux/An example wheel build is green now: https://github.com/home-assistant/core/actions/runs/11704644949
cdce8p/pandas@v2.2.3...v2.2.3.post1
https://pandas.pydata.org/docs/whatsnew/index.html#version-2-2
https://numpy.org/doc/stable/release/2.1.0-notes.html
Ref: #129442
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: