Skip to content

Commit 79267bf

Browse files
authored
Merge pull request #28 from r9y9/workaround-setuptools-issue
Workaround the installation issue #27
2 parents 7ad3adc + 03aa3a1 commit 79267bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"wheel",
4-
"setuptools",
4+
"setuptools<v60.0",
55
"cython>=0.21.0",
66
"numpy<v1.20.0",
77
]

0 commit comments

Comments
 (0)