chore: document upper bound for python lib 'holidays' >= 0.26 (#28747)

This commit is contained in:
Maxime Beauchemin 2024-09-30 13:23:14 -07:00 committed by GitHub
parent daa4b1dc65
commit 9a5e8a4b70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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",