Skip to content

Commit 8c7d058

Browse files
author
Lachlan Grose
committed
fix: only host version built on action
conda build requires python in the host section.. ooops
1 parent d7f4689 commit 8c7d058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conda/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ requirements:
2929
- scikit-image
3030
- scikit-learn
3131
- tqdm
32+
- python >=3.6
3233

3334
test:
3435
import:

0 commit comments

Comments
 (0)