Skip to content

Commit

Permalink
fix unable to install due to setuptools conflicts (#65)
Browse files Browse the repository at this point in the history
setuptools == 65.6.0 remove `distutils.log.Log`, this leads to numpy issues
see pypa/setuptools#3693
  • Loading branch information
ZhiyuanChen committed Nov 21, 2022
1 parent 1f501fa commit be962fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools",
"setuptools<65.6.0",
"wheel",
"oldest-supported-numpy",
]
Expand Down

0 comments on commit be962fd

Please sign in to comment.