Skip to content

Commit

Permalink
remove example dependencies from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Sep 30, 2024
1 parent a802df0 commit 9b5d7e3
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 @@ -40,7 +40,7 @@ classifiers = [
license = { file = "LICENSE" }

[project.optional-dependencies]
dev = ["HyperSweeper[doc, tooling, test, examples]"]
dev = ["HyperSweeper[doc, tooling, test]"]
tooling = ["commitizen", "pre-commit", "ruff"]

test = ["pytest", "pytest-coverage", "pytest-cases", "HyperSweeper[examples]"]
Expand Down

0 comments on commit 9b5d7e3

Please sign in to comment.