Skip to content

Commit

Permalink
Update snakemake-interface-executor-plugins to 9.3.1 (#51166)
Browse files Browse the repository at this point in the history
* Update snakemake-interface-executor-plugins to 9.3.0

* Update snakemake-interface-executor-plugins to 9.3.1

* bump deps

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
BiocondaBot and mencian authored Oct 4, 2024
1 parent 2a3bb2c commit ead7dbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/snakemake-interface-executor-plugins/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "snakemake-interface-executor-plugins" %}
{% set version = "9.2.0" %}
{% set version = "9.3.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/snakemake_interface_executor_plugins-{{ version }}.tar.gz
sha256: 67feaf438a0b8b041ec5f1a1dd859f729036c70c07c9fdad895135f5b949e40a
sha256: 98e1b7a6c5e0997ac391812ab66a79822c38ac98ea9322f2fd8d6a1294e219a0

build:
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
run_exports:
- {{ pin_subpackage(name, max_pin='x') }}
number: 0
Expand All @@ -24,7 +24,7 @@ requirements:
run:
- python >=3.11.0,<4.0.0
- argparse-dataclass >=2.0.0,<3.0.0
- snakemake-interface-common >=1.12.0,<2.0.0
- snakemake-interface-common >=1.17.4,<2.0.0
- throttler >=1.2.2,<2.0.0

test:
Expand Down

0 comments on commit ead7dbd

Please sign in to comment.