mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Pin pandas to 2.1.4 (#108509)
This commit is contained in:
parent
71370f65d5
commit
4c4dc6a086
@ -189,3 +189,6 @@ lxml==4.9.4
|
|||||||
# dacite: Ensure we have a version that is able to handle type unions for
|
# dacite: Ensure we have a version that is able to handle type unions for
|
||||||
# Roborock, NAM, Brother, and GIOS.
|
# Roborock, NAM, Brother, and GIOS.
|
||||||
dacite>=1.7.0
|
dacite>=1.7.0
|
||||||
|
|
||||||
|
# Musle wheels for pandas 2.2.0 cannot be build for any architecture.
|
||||||
|
pandas==2.1.4
|
||||||
|
@ -182,6 +182,9 @@ lxml==4.9.4
|
|||||||
# dacite: Ensure we have a version that is able to handle type unions for
|
# dacite: Ensure we have a version that is able to handle type unions for
|
||||||
# Roborock, NAM, Brother, and GIOS.
|
# Roborock, NAM, Brother, and GIOS.
|
||||||
dacite>=1.7.0
|
dacite>=1.7.0
|
||||||
|
|
||||||
|
# Musle wheels for pandas 2.2.0 cannot be build for any architecture.
|
||||||
|
pandas==2.1.4
|
||||||
"""
|
"""
|
||||||
|
|
||||||
GENERATED_MESSAGE = (
|
GENERATED_MESSAGE = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user