Skip to content

Commit 0e2f5e0

Browse files
committed
Imcorporate changes suggested by @ocefpaf
1 parent adf9066 commit 0e2f5e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

recipes/repo2data/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ build:
1818

1919
requirements:
2020
host:
21-
- python >=3.7
21+
- python {{ python_min }}
2222
- setuptools >=64
2323
- setuptools-scm >=8
2424
- pip
2525
run:
26-
- python >=3.7
26+
- python {{ python_min }}
2727
- awscli
2828
- patool
2929
- datalad
@@ -48,4 +48,4 @@ about:
4848

4949
extra:
5050
recipe-maintainers:
51-
- @rgaiacs
51+
- rgaiacs

0 commit comments

Comments
 (0)