mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Update numpy to 2.1.2 and pandas to 2.2.3 (#129958)
This commit is contained in:
@ -127,7 +127,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
|
||||
|
||||
# Constrain multidict to avoid typing issues
|
||||
# https://github.com/home-assistant/core/pull/67046
|
||||
@ -185,9 +186,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
|
||||
|
||||
|
Reference in New Issue
Block a user