Skip to content

Commit

Permalink
[MNT] [Dependabot](deps): Update dask requirement from <2024.6.1 to <…
Browse files Browse the repository at this point in the history
…2024.6.2 (#6643)

Updates the requirements on [dask](https://github.com/dask/dask) to
permit the latest version.
  • Loading branch information
dependabot[bot] committed Jun 20, 2024
1 parent d833d37 commit 6fb8161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ all_extras = [
"arch>=5.6,<7.1.0",
"cloudpickle",
"dash!=2.9.0",
"dask<2024.6.1; extra == 'dataframe'",
"dask<2024.6.2; extra == 'dataframe'",
"dtw-python",
'esig==0.9.7; python_version < "3.10"',
'filterpy>=1.4.5; python_version < "3.11"',
Expand Down Expand Up @@ -119,7 +119,7 @@ all_extras_pandas2 = [
"arch>=5.6,<7.1.0",
"cloudpickle",
"dash!=2.9.0",
"dask<2024.6.1; extra == 'dataframe'",
"dask<2024.6.2; extra == 'dataframe'",
"dtw-python",
'esig==0.9.7; python_version < "3.10"',
'filterpy>=1.4.5; python_version < "3.11"',
Expand Down

0 comments on commit 6fb8161

Please sign in to comment.