Skip to content

Commit

Permalink
chore: document upper bound for python lib 'holidays' >= 0.26 (#28747)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Sep 30, 2024
1 parent daa4b1d commit 9a5e8a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9a5e8a4

Please sign in to comment.