Skip to content

Commit

Permalink
fix unable to install due to setuptools conflicts
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 authored Nov 20, 2022
1 parent 53560fd commit afad21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools",
"setuptools<65.6.0",
"wheel",
"oldest-supported-numpy",
]
Expand Down

0 comments on commit afad21c

Please sign in to comment.