Skip to content

Commit

Permalink
Update snakemake Python dependency (#42147)
Browse files Browse the repository at this point in the history
7.30.2 requires at least Python 3.9
  • Loading branch information
wm75 committed Jul 24, 2023
1 parent d5c8434 commit 0c4954d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/snakemake/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 0cb86cf9b43b9f2f45d5685cd932595131031c7087690f64c5bc7eaec88df029

build:
number: 0
number: 1
noarch: generic

requirements:
Expand Down Expand Up @@ -85,11 +85,11 @@ outputs:

requirements:
host:
- python >=3.7
- python >=3.9
- pip
- setuptools
run:
- python >=3.7
- python >=3.9
- setuptools
- wrapt
- requests
Expand Down

0 comments on commit 0c4954d

Please sign in to comment.