chore: document upper bound for python lib 'holidays' >= 0.26 (#28747)
This commit is contained in:
parent
daa4b1dc65
commit
9a5e8a4b70
|
|
@ -57,6 +57,7 @@ dependencies = [
|
|||
"geopy",
|
||||
"gunicorn>=22.0.0; sys_platform != 'win32'",
|
||||
"hashids>=1.3.1, <2",
|
||||
# known issue with holidays 0.26.0 and above related to prophet lib #25017
|
||||
"holidays>=0.25, <0.26",
|
||||
"humanize",
|
||||
"importlib_metadata",
|
||||
|
|
|
|||
Loading…
Reference in New Issue