diff --git a/pyproject.toml b/pyproject.toml index bb6af6f..0c996d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,11 +28,9 @@ dependencies = [ [project.optional-dependencies] dev = [ "flit >=3.2", - "flake8", + "ruff", "ipython", "sphinx-autobuild", - "invoke", - "conda-lock", ] test = [ "pytest >= 6",