Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Oct 26, 2023
1 parent 325dc88 commit 95f6e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requires-python = ">=3.9, <3.13"
dependencies = ["numpy"]

[project.optional-dependencies]
dev = ["black>=23.7.0", "isort>=5.12.0", "pytest>=7.4.0", "pytest-cov>=3.0.0", "ruff>=0.0.285"]
dev = ["black>=23.7.0", "isort>=5.12.0", "pytest>=7.4.0", "ruff>=0.0.285"]
docs = [
"mkdocs-material>=9.4.0",
"mkdocstrings[python]>=0.22.0",
Expand Down

0 comments on commit 95f6e11

Please sign in to comment.