Skip to content

Commit

Permalink
Update kaptive to 3.0.0b6 (#51748)
Browse files Browse the repository at this point in the history
* Update kaptive to 3.0.0b6

* add setuptools to host

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Oct 28, 2024
1 parent 79f5213 commit 21ec5dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/kaptive/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "kaptive" %}
{% set version = "3.0.0b5" %}
{% set version = "3.0.0b6" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/kaptive-{{ version }}.tar.gz
sha256: d1462db66b22b6c9f42922df6ba05526cb08a453e311e6da2704603e60cb84c3
sha256: 7144b5bea531a5c5e8022a5898e16d24b0705ebedefedb4470bf5a5864225ae8

build:
entry_points:
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- python >=3.9
- pip
- setuptools
run:
- python >=3.9
- biopython >=1.83
Expand Down

0 comments on commit 21ec5dc

Please sign in to comment.