Skip to content

Commit c872521

Browse files
authored
Pin setuptools
It looks like there are issue with the new release: pypa/setuptools#4910
1 parent 71cb247 commit c872521

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ ignore_missing_imports = true
278278
pyiceberg = "pyiceberg.cli.console:run"
279279

280280
[build-system]
281-
requires = ["poetry-core>=1.0.0", "wheel", "Cython>=3.0.0", "setuptools"]
281+
requires = ["poetry-core>=1.0.0", "wheel", "Cython>=3.0.0", "setuptools==77.0.3"]
282282
build-backend = "poetry.core.masonry.api"
283283

284284
[tool.poetry.build]

0 commit comments

Comments
 (0)