Skip to content

Commit

Permalink
revert renaming of opt depedencies, retrie 3.7 properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin Gahr committed Oct 16, 2023
1 parent a5e4585 commit a3cff64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ dependencies:
- python>=3.8
- ruff
- pip:
- "--editable=.[develop]"
- "--editable=.[tests]"
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a3cff64

Please sign in to comment.