Skip to content

Commit 906de1a

Browse files
committed
Fixed linter comments
1 parent 17f580f commit 906de1a

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

recipes/floability/meta.yaml

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% set name = "floability" %}
22
{% set version = "0.1.1" %}
33
{% set sha256 = "0be93de999f0484adbb9c7405eabde3c502593366b5c97ba28d17cf562c96b6b" %}
4-
4+
{% set python_min = "3.8" %}
55

66
package:
77
name: {{ name | lower }}
@@ -20,32 +20,28 @@ build:
2020

2121
requirements:
2222
host:
23-
- python >=3.8
23+
- python {{ python_min }}
2424
- pip
2525
- setuptools >=61.0
2626
- wheel
2727
- conda-pack
2828
run:
29-
- python >=3.8
29+
- python >= {{ python_min }}
3030
- conda-pack
3131
- pyyaml
3232
- requests
3333
- tqdm
3434
- ndcctools
3535

3636
test:
37+
requires:
38+
- python {{ python_min }}
3739
imports:
3840
- floability
3941
commands:
4042
- floability --help
4143
- floability --version
4244

43-
test:
44-
imports:
45-
- floability
46-
commands:
47-
- floability --help
48-
4945
about:
5046
home: https://floability.github.io/
5147
summary: Floability CLI for workflow management
@@ -57,4 +53,4 @@ extra:
5753
recipe-maintainers:
5854
- saifulislampi
5955
- btovar
60-
- dthain
56+
- dthain

0 commit comments

Comments
 (0)