From bd78b99364d7b8fa3c5aea6ba44c08a2e5df60ac Mon Sep 17 00:00:00 2001 From: Trevor Manz Date: Fri, 19 Jul 2024 16:32:06 -0400 Subject: [PATCH] cleanup deps --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]