mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Pin pandas to 1.3.0 (#53607)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
648e649718
commit
f3e7fb5798
@ -62,3 +62,6 @@ enum34==1000000000.0.0
|
|||||||
typing==1000000000.0.0
|
typing==1000000000.0.0
|
||||||
uuid==1000000000.0.0
|
uuid==1000000000.0.0
|
||||||
|
|
||||||
|
# Temporary constraint on pandas, to unblock 2021.7 releases
|
||||||
|
# until we have fixed the wheels builds for newer versions.
|
||||||
|
pandas==1.3.0
|
||||||
|
@ -84,6 +84,9 @@ enum34==1000000000.0.0
|
|||||||
typing==1000000000.0.0
|
typing==1000000000.0.0
|
||||||
uuid==1000000000.0.0
|
uuid==1000000000.0.0
|
||||||
|
|
||||||
|
# Temporary constraint on pandas, to unblock 2021.7 releases
|
||||||
|
# until we have fixed the wheels builds for newer versions.
|
||||||
|
pandas==1.3.0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user