File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
{% set name = "floability" %}
2
2
{% set version = "0.1.1" %}
3
3
{% set sha256 = "0be93de999f0484adbb9c7405eabde3c502593366b5c97ba28d17cf562c96b6b" %}
4
-
4
+ {% set python_min = "3.8" %}
5
5
6
6
package :
7
7
name : {{ name | lower }}
@@ -20,32 +20,28 @@ build:
20
20
21
21
requirements :
22
22
host :
23
- - python >=3.8
23
+ - python {{ python_min }}
24
24
- pip
25
25
- setuptools >=61.0
26
26
- wheel
27
27
- conda-pack
28
28
run :
29
- - python >=3.8
29
+ - python >= {{ python_min }}
30
30
- conda-pack
31
31
- pyyaml
32
32
- requests
33
33
- tqdm
34
34
- ndcctools
35
35
36
36
test :
37
+ requires :
38
+ - python {{ python_min }}
37
39
imports :
38
40
- floability
39
41
commands :
40
42
- floability --help
41
43
- floability --version
42
44
43
- test :
44
- imports :
45
- - floability
46
- commands :
47
- - floability --help
48
-
49
45
about :
50
46
home : https://floability.github.io/
51
47
summary : Floability CLI for workflow management
57
53
recipe-maintainers :
58
54
- saifulislampi
59
55
- btovar
60
- - dthain
56
+ - dthain
You can’t perform that action at this time.
0 commit comments