Skip to content

Commit be962fd

Browse files
authored
fix unable to install due to setuptools conflicts (#65)
setuptools == 65.6.0 remove `distutils.log.Log`, this leads to numpy issues see pypa/setuptools#3693
1 parent 1f501fa commit be962fd

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,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools",
3+
"setuptools<65.6.0",
44
"wheel",
55
"oldest-supported-numpy",
66
]

0 commit comments

Comments
 (0)