Skip to content

Commit

Permalink
try fix zarr version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Jul 31, 2024
1 parent 4907975 commit 6833c0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:

- name: Install pip dependencies
run: |
pip install zarr==2.11.3
pip install -e .
pip install -e .[mpi]
pip install -e .[compression]
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ dependencies = [
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand All @@ -44,7 +46,7 @@ classifiers = [
mpi = ["mpi4py>=1.3"]
compression = ["bitshuffle", "numcodecs>=0.7.3", "zarr>=2.11.0"]
profiling = ["pyinstrument"]
doc = ["Sphinx>=5.0", "sphinx_rtd_theme", "funcsigs", "mock"]
docs = ["Sphinx>=5.0", "sphinx_rtd_theme", "funcsigs", "mock"]
lint = ["ruff", "black"]
test = ["pytest", "pytest-lazy-fixtures"]

Expand Down

0 comments on commit 6833c0c

Please sign in to comment.