diff --git a/python/pyproject.toml b/python/pyproject.toml index cde5f01..39a3a64 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.0" dependencies = ["anywidget", "zarr"] [project.optional-dependencies] -dev = ["watchfiles", "jupyterlab", "zarr", "fsspec"] +dev = ["watchfiles", "jupyterlab"] # automatically add the dev feature to the default env (e.g., hatch shell) [tool.hatch.envs.default]