Skip to content

Commit 238ceed

Browse files
authored
Update pyproject.toml
setuptools 60 is breaking the installation script, we will wait for a possible fix announced on April/June 2022
1 parent a0be352 commit 238ceed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=42",
3+
"setuptools==59.8.0",
44
"wheel"
55
]
6-
build-backend = "setuptools.build_meta"
6+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)