Skip to content

Commit

Permalink
Merge pull request #6 from jaxvanyang/jax/build
Browse files Browse the repository at this point in the history
Use poetry-core instead of poetry as build backend to fix build problem
  • Loading branch information
sanderland authored Jun 1, 2024
2 parents 4031cc5 + fdfa59a commit 1c14a7d
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 @@ -28,5 +28,5 @@ sphinx-rtd-theme = "^0.4.3"
twine = "^3.1.1"

[build-system]
requires = ["poetry>=1.0"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.1.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 1c14a7d

Please sign in to comment.