Skip to content

Commit

Permalink
BLD: Pin setuptools_scm < 8
Browse files Browse the repository at this point in the history
This version appears to have breaking changes and may have more
fixes forthcoming.
  • Loading branch information
mferrera committed Sep 21, 2023
1 parent 63ad25e commit e408da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requires = [
'cmake==3.18.0; platform_system != "Linux"',
"ninja",
'swig',
"setuptools_scm>=3.2.0",
"setuptools_scm<8.0.0",
'numpy==1.19.2; python_version == "3.8"',
'numpy==1.19.5; python_version == "3.9"',
'numpy==1.21.6; python_version == "3.10"',
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ setuptools>=43
wheel>=0.38
numpy
cmake
setuptools_scm
setuptools_scm<8
scikit-build
ninja
pytest-runner
Expand Down

0 comments on commit e408da0

Please sign in to comment.