Skip to content

Commit

Permalink
[GSProcessing] Prevent poetry-core 2.0 from being used.
Browse files Browse the repository at this point in the history
  • Loading branch information
thvasilo committed Jan 10, 2025
1 parent 75ff9ef commit 18d26a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphstorm-processing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ classifiers = [


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

[tool.black]
Expand Down

0 comments on commit 18d26a3

Please sign in to comment.