Skip to content

Commit

Permalink
compat: Upper pin Dask (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Jan 20, 2025
1 parent bfed98e commit 09980a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ build = ["py311", "build"]
lint = ["py311", "lint"]

[dependencies]
dask-core = "*"
fsspec = "*"
numba = "*"
dask-core = "<2025.1" # TODO: Does not work with new DataFrame interface
fsspec = "*"
packaging = "*"
pandas = "*"
pip = "*"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
"Topic :: Software Development :: Libraries",
]
dependencies = [
'dask',
'dask <2025.1',
'fsspec >=2022.8',
'numba',
'packaging',
Expand Down

0 comments on commit 09980a6

Please sign in to comment.