Skip to content

Commit

Permalink
Unpin holidays to upgrade prophet (#4428)
Browse files Browse the repository at this point in the history
* unpin holidays

* release notes
  • Loading branch information
MichaelFu512 authored May 20, 2024
1 parent 08ce3c2 commit dc3f283
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ outputs:
- tomli >=2.0.1
- packaging >=23.0
- black[jupyter] >=22.3.0
- holidays <0.21, >=0.13
- holidays >=0.13
- distributed >=2022.2.0, !=2022.10.1
test:
imports:
Expand Down
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Release Notes
* Fixes
* Changes
* Dropped support for Python 3.8 :pr:`4414`
* Uncapped holidays :pr:`4428`
* Documentation Changes
* Testing Changes
* Run airflow tests in Python 3.9 :pr:`4391`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dask-expr==1.1.1
distributed==2024.5.1
featuretools==1.31.0
graphviz==0.20.3
holidays==0.20
holidays==0.48
imbalanced-learn==0.12.2
ipywidgets==8.1.2
kaleido==0.1.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies = [
"tomli >= 2.0.1",
"packaging >= 23.0",
"black[jupyter] >= 22.3.0",
"holidays >= 0.13, < 0.21"
"holidays >= 0.13"
]

[project.urls]
Expand Down

0 comments on commit dc3f283

Please sign in to comment.