Skip to content

Commit

Permalink
fix for release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Feb 14, 2024
1 parent 4b60c77 commit 8866410
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 @@ -33,8 +33,8 @@ papermill = "*"
ipykernel = "*"

[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"

0 comments on commit 8866410

Please sign in to comment.