Skip to content

Commit d51cbcf

Browse files
authored
Apply suggestions from code review
1 parent c0563fb commit d51cbcf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ requirements:
3030
- numpy !=1.23.0
3131
- pip
3232
- scikit-build >=0.14.1
33-
- setuptools_scm >=6.3
33+
- setuptools >=45
34+
- setuptools_scm >=6.3
3435

3536
run:
3637
- python {{ PY_VER }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools",
3+
"setuptools>=45",
44
"setuptools_scm>=6.3",
55
"wheel",
66
"scikit-build>=0.14.1",

0 commit comments

Comments
 (0)