Skip to content

Commit

Permalink
[SWE] Bump Dask/Numpy/Zarr max-ver.
Browse files Browse the repository at this point in the history
  • Loading branch information
SepandKashani committed Aug 17, 2024
1 parent f888102 commit 36efdb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ classifiers = [
urls.download = "https://github.com/pyxu-org/pyxu"
urls.homepage = "https://pyxu-org.github.io/"
dependencies = [
"dask[array,diagnostics,distributed] >= 2023.12, < 2024.6",
"dask[array,diagnostics,distributed] >= 2023.12, < 2024.9",
"numba >= 0.59, < 1",
"numpy >= 1.24, < 2",
"numpy >= 1.24, < 3",
"packaging >= 23.1",
"scipy >= 1.11, < 2",
"zarr >= 2.16, < 2.18",
"zarr >= 2.16, < 3",
"cloudpickle >= 3.0.0, < 4",
]

Expand Down

0 comments on commit 36efdb8

Please sign in to comment.