Skip to content

Commit

Permalink
Update snakemake to 8.20.7 (#51327)
Browse files Browse the repository at this point in the history
* Update snakemake to 8.20.7

* python no longer pulls in setuptools

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
BiocondaBot and mencian authored Oct 11, 2024
1 parent b6b7d02 commit ef3d8a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/snakemake/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Attention: when upgrading the version, please compare below dependencies with
# https://github.com/snakemake/snakemake/blob/{version}/setup.cfg
{% set name = "snakemake" %}
{% set version = "8.20.6" %}
{% set version = "8.20.7" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/s/{{ name }}/snakemake-{{ version }}.tar.gz
sha256: ecf62b26ff041925985229b76bd15e3fbdef10baa03aa003406a9a10e40132c2
sha256: 9c8d75a4b270a31282d33170264a098698f055b8433c45610bfd364e5d6c5a91

build:
number: 0
Expand Down Expand Up @@ -82,6 +82,7 @@ outputs:
host:
- python >=3.11
- pip
- setuptools
run:
# Keep in sync with snakemake/setup.cfg
- python >=3.11,<3.13
Expand Down

0 comments on commit ef3d8a7

Please sign in to comment.