Skip to content

Commit

Permalink
Fix poetry to use old-core (temporary fix, but inshallah will work fo…
Browse files Browse the repository at this point in the history
…r now).

Signed-off-by: Umberto Zerbinati <[email protected]>
  • Loading branch information
Umberto Zerbinati committed Jan 13, 2025
1 parent debf10a commit 3c72b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ngsolve = "^6.2"
mpi4py = "^4"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"

[project.optional-dependencies]
Expand Down

0 comments on commit 3c72b3d

Please sign in to comment.