Skip to content

Commit 05793eb

Browse files
committed
#166 Update Poetry configs for Poetry >=1.2
1 parent bd5425d commit 05793eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ xarray = [
2222
{ version = ">=0.18, <2023", python = ">=3.8, <3.11" },
2323
]
2424

25-
[tool.poetry.dev-dependencies]
25+
[tool.poetry.group.dev.dependencies]
2626
black = "^22.3"
2727
ipython = [
2828
{ version = "^7.32", python = ">=3.7.1, <3.8" },
@@ -42,5 +42,5 @@ reportUnknownVariableType = "warning"
4242
typeCheckingMode = "strict"
4343

4444
[build-system]
45-
requires = ["poetry-core>=1.0.0"]
45+
requires = ["poetry-core"]
4646
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)