Skip to content

Commit

Permalink
Move dev dependencies back to optional depenencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseodd committed Nov 26, 2024
1 parent b473f1a commit 2de5aa8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ build-backend = "setuptools.build_meta"
py-modules = ["laplace"]

[tool.uv]
default-groups = ["dev", "docs"]
default-groups = ["docs"]

[dependency-groups]
[project.optional-dependencies]
dev = ["coveralls", "pytest", "pytest-cov", "pytest-mock", "ruff", "scipy"]

[dependency-groups]
docs = [
"black",
"matplotlib",
Expand Down
18 changes: 9 additions & 9 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2de5aa8

Please sign in to comment.