diff --git a/environment.yml b/environment.yml index 96a90c0..0736bff 100644 --- a/environment.yml +++ b/environment.yml @@ -16,4 +16,4 @@ dependencies: - python>=3.8 - ruff - pip: - - "--editable=.[develop]" + - "--editable=.[tests]" diff --git a/pyproject.toml b/pyproject.toml index 0a46f05..8f557cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,12 +31,11 @@ keywords = [ license = {text = "MIT"} name = "latexplotlib" readme = "README.md" -requires-python = ">=3.7.1" +requires-python = ">=3.8" [project.optional-dependencies] -develop = [ +tests = [ "coverage", - "pre-commit", "pytest", "pytest-cov", "pytest-mock"