Skip to content

Commit

Permalink
Make dev and doc groups optional (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Mar 28, 2024
1 parent 66c7944 commit 8c52d71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ History

X.Y.Z (YYYY-MM-DD)
------------------
* Make poetry dev and docs groups optional (:pr:`316`)
* Only test Github Action Push events on master (:pr:`313`)
* Move consolidated metadata into partition subdirectories (:pr:`312`)
* Set ``_ARRAY_DIMENSIONS`` attribute on Data Variables (:pr:`311`)
Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ s3 = ["s3fs"]
complete = ["s3fs", "pandas", "pyarrow", "xarray", "zarr"]
testing = ["minio", "pytest"]

[tool.poetry.group.dev]
optional = true

[tool.poetry.group.dev.dependencies]
tbump = "^6.9.0"
pre-commit = "^2.20.0"
Expand All @@ -41,6 +44,9 @@ ipython = "^8.16.1"
ipdb = "^0.13.13"
ruff = "^0.1.3"

[tool.poetry.group.docs]
optional = true

[tool.poetry.group.docs.dependencies]
furo = "^2022.9.15"
Sphinx = "^5.1.1"
Expand Down

0 comments on commit 8c52d71

Please sign in to comment.