Skip to content

Commit

Permalink
Bump setuptools_scm to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Nov 23, 2022
1 parent 5aa67fc commit 4e9403e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requirements:
- pip
- scikit-build >=0.15
- setuptools >=45
- setuptools_scm >=6.3
- setuptools_scm >=7

run:
- python {{ PY_VER }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools>=45",
"setuptools_scm>=6.3",
"setuptools_scm>=7",
"wheel",
"scikit-build>=0.15",
"cmake>=3.14",
Expand Down

0 comments on commit 4e9403e

Please sign in to comment.