Skip to content

Commit d32c0b9

Browse files
committed
update conda recipe
1 parent 5028895 commit d32c0b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source:
1212
path: ..
1313

1414
requirements:
15-
build:
15+
host:
1616
- python {{ pyproject['project']['requires-python'] }}
1717
{% for dep in pyproject['build-system']['requires'] %}
1818
- {{ dep.lower() }}
@@ -25,6 +25,7 @@ requirements:
2525

2626
build:
2727
noarch: python
28+
number: 0
2829
script:
2930
- python -m pip install --no-deps --ignore-installed .
3031

0 commit comments

Comments
 (0)