Skip to content

Commit ce19bae

Browse files
committed
meta.yml updates
1 parent a28a8fe commit ce19bae

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% set name = "vcf-rdfizer" %}
22
{% set version = "1.0.0" %}
3+
{% set python_min = "3.10" %}
34

45
package:
56
name: {{ name|lower }}
@@ -18,14 +19,16 @@ build:
1819

1920
requirements:
2021
host:
21-
- python >=3.10
22+
- python {{ python_min }}.*
2223
- pip
2324
- setuptools >=69
2425
- wheel
2526
run:
26-
- python >=3.10
27+
- python >= {{ python_min }}
2728

2829
test:
30+
requires:
31+
- python {{ python_min }}
2932
commands:
3033
- vcf-rdfizer --help
3134
imports:

0 commit comments

Comments
 (0)