Skip to content

Commit

Permalink
Fix setuptools to < 65.6 to fix distutils import error
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Nov 20, 2022
1 parent e9468ad commit 62b8b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools >= 40.6.0", "wheel", "setuptools_scm[toml]>=3.4"]
requires = ["setuptools >= 40.6.0,<65.6", "wheel", "setuptools_scm[toml]>=3.4"]
build-backend = "setuptools.build_meta"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"matplotlib",
"numpy>=1.18",
"scipy",
"setuptools<65.6",
"tqdm",
"setuptools_scm",
],
Expand Down

0 comments on commit 62b8b8b

Please sign in to comment.