Skip to content

Commit

Permalink
Merge pull request #15 from pkhalaj/pkhalaj-remove-chimp-from-pyproject
Browse files Browse the repository at this point in the history
Remove the chimp entry from optional dependencies in `pyproject.toml`
  • Loading branch information
pkhalaj authored Dec 12, 2024
2 parents 1e30098 + e6e3f6a commit da9cf72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ dependencies = [
]

[project.optional-dependencies]
chimp = ["chimp@git+https://github.com/simonpf/chimp", "torch", "xarray"]
doc = ["sphinx", "sphinx_rtd_theme"]
hooks = ["pre-commit", "ruff"]
tests = ["pytest", "pytest-cov"]
dev = ["monkey-wrench[chimp,doc,hooks,tests]"]
dev = ["monkey-wrench[doc,hooks,tests]"]

[project.scripts]
monkey-wrench = "monkey_wrench.cli:run"
Expand Down

0 comments on commit da9cf72

Please sign in to comment.