Skip to content

Commit

Permalink
update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Sep 23, 2024
1 parent 44cb7b2 commit a6bcb51
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 @@ -47,7 +47,7 @@ dependencies = [
v3 = ["zarr==v3.0.0-alpha.4"]
v2 = ["zarr<3.0.0a0"]
# add dependencies used for testing here
test = ["pytest", "pytest-cov"]
test = ["zarr<3.0.0a0", "pytest", "pytest-cov"]
# add anything else you like to have in your dev environment here
dev = [
"ipython",
Expand Down

0 comments on commit a6bcb51

Please sign in to comment.