forked from home-assistant/core
Pin pandas to 1.3.0 (#53607)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
@@ -62,3 +62,6 @@ enum34==1000000000.0.0
|
||||
typing==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
|
||||
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 = (
|
||||
|
Reference in New Issue
Block a user