mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
chore: document upper bound for python lib 'holidays' >= 0.26 (#28747)
This commit is contained in:
committed by
GitHub
parent
daa4b1dc65
commit
9a5e8a4b70
@@ -57,6 +57,7 @@ dependencies = [
|
|||||||
"geopy",
|
"geopy",
|
||||||
"gunicorn>=22.0.0; sys_platform != 'win32'",
|
"gunicorn>=22.0.0; sys_platform != 'win32'",
|
||||||
"hashids>=1.3.1, <2",
|
"hashids>=1.3.1, <2",
|
||||||
|
# known issue with holidays 0.26.0 and above related to prophet lib #25017
|
||||||
"holidays>=0.25, <0.26",
|
"holidays>=0.25, <0.26",
|
||||||
"humanize",
|
"humanize",
|
||||||
"importlib_metadata",
|
"importlib_metadata",
|
||||||
|
|||||||
Reference in New Issue
Block a user