Skip to content

Commit

Permalink
pyproject update build system
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Jan 9, 2024
1 parent 65e2940 commit 08d4d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ pytest = "*"
notebook = "*"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 08d4d6c

Please sign in to comment.