Skip to content

Commit

Permalink
Update dask-expr requirement from <1.0.11 to <1.1.10
Browse files Browse the repository at this point in the history
Updates the requirements on [dask-expr](https://github.com/dask-contrib/dask-expr) to permit the latest version.
- [Changelog](https://github.com/dask/dask-expr/blob/main/changes.md)
- [Commits](dask/dask-expr@v0.1.0...v1.1.9)

---
updated-dependencies:
- dependency-name: dask-expr
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 8f33ee8 commit 0dd5c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
'pandas',
'numpy',
'dask>=2024.3.0',
'dask-expr<1.0.11', # Temporary pin due to compatibility bug
'dask-expr<1.1.10', # Temporary pin due to compatibility bug
'dask[distributed]>=2024.3.0',
'pyarrow',
'pyvo',
Expand Down

0 comments on commit 0dd5c2c

Please sign in to comment.