We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050bcff commit b4ff898Copy full SHA for b4ff898
conda.recipe/meta.yaml
@@ -30,13 +30,15 @@ requirements:
30
build:
31
- python {{ python_version }}
32
- setuptools
33
+ - setuptools-scm
34
{% for dep in pyproject['build-system']['requires'] %}
35
- {{ dep.lower() }}
36
{% endfor %}
37
host:
38
39
- pip
40
41
42
- versioneer
43
run:
44
0 commit comments