Skip to content
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

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update pandas constraint to 2.2.3
  • Loading branch information
cdce8p committed Nov 6, 2024
commit c33b8b3431a4979aedccb90cfa5a01c4e843b8b2
4 changes: 1 addition & 3 deletions homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ hyperframe>=5.2.0

# Ensure we run compatible with musllinux build env
numpy==2.1.2
pandas~=2.2.3
Copy link
Member Author

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.


# Constrain multidict to avoid typing issues
# https://github.com/home-assistant/core/pull/67046
Expand Down Expand Up @@ -170,9 +171,6 @@ charset-normalizer==3.4.0
# Roborock, NAM, Brother, and GIOS.
dacite>=1.7.0

# Musle wheels for pandas 2.2.0 cannot be build for any architecture.
pandas==2.1.4

# chacha20poly1305-reuseable==0.12.x is incompatible with cryptography==43.0.x
chacha20poly1305-reuseable>=0.13.0

Expand Down
4 changes: 1 addition & 3 deletions script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@

# Ensure we run compatible with musllinux build env
numpy==2.1.2
pandas~=2.2.3

# Constrain multidict to avoid typing issues
# https://github.com/home-assistant/core/pull/67046
Expand Down Expand Up @@ -185,9 +186,6 @@
# Roborock, NAM, Brother, and GIOS.
dacite>=1.7.0

# Musle wheels for pandas 2.2.0 cannot be build for any architecture.
pandas==2.1.4

# chacha20poly1305-reuseable==0.12.x is incompatible with cryptography==43.0.x
chacha20poly1305-reuseable>=0.13.0

Expand Down