Skip to content

Commit

Permalink
unpin holidays
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed May 20, 2024
1 parent 6c61d6e commit ef5dba1
Show file tree
Hide file tree
Showing 3 changed files with 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dask-expr==1.1.0
distributed==2024.5.0
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 ef5dba1

Please sign in to comment.