diff --git a/pyproject.toml b/pyproject.toml index 0c7571b..4bdfa66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,14 +71,14 @@ build = [ "twine", ] docs = [ - "matplotlib", "sphinx", "sphinx_rtd_theme", ] test = [ - "pytest", "coverage", "coveralls", + "matplotlib", + "pytest", ] tox = [ "tox",