Skip to content

Commit

Permalink
update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Oct 12, 2024
1 parent 2b4aea8 commit 5613201
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@ dependencies = [
"requests",
"aiohttp",
"dask[array]",
"dask[distributed]",
"dask-image",
]

# https://peps.python.org/pep-0621/#dependencies-optional-dependencies
# "extras" (e.g. for `pip install .[test]`)
[project.optional-dependencies]
# add dependencies used for testing here
core = ["zarr<3"]
core = ["zarr<3", "dask[distributed]", "dask-image"]

test = ["zarr<3", "pytest", "pytest-cov"]

# add anything else you like to have in your dev environment here
dev2 = [
"zarr<3",
"dask[distributed]",
"dask-image",
"scikit-image",
"matplotlib",
"ipython",
Expand All @@ -70,6 +70,8 @@ dev2 = [

dev3 = [
"zarr==v3.0.0-alpha.4",
"dask[distributed]",
"dask-image",
"ipython",
"pytest",
"pytest-cov",
Expand Down

0 comments on commit 5613201

Please sign in to comment.