Skip to content

Commit b4ff898

Browse files
fix meta.yaml for pyproject.toml based build in gh action
1 parent 050bcff commit b4ff898

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conda.recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ requirements:
3030
build:
3131
- python {{ python_version }}
3232
- setuptools
33+
- setuptools-scm
3334
{% for dep in pyproject['build-system']['requires'] %}
3435
- {{ dep.lower() }}
3536
{% endfor %}
3637
host:
3738
- python {{ python_version }}
3839
- pip
3940
- setuptools
41+
- setuptools-scm
4042
- versioneer
4143
run:
4244
- python {{ python_version }}

0 commit comments

Comments
 (0)