Skip to content

Commit

Permalink
Update blaze2 to 2.5.1 (bioconda#51646)
Browse files Browse the repository at this point in the history
* Update blaze2 to 2.5.1

* add setuptools to host

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Oct 25, 2024
1 parent 9bde3bb commit 627c640
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/blaze2/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "BLAZE2" %}
{% set version = "2.5.0" %}
{% set version = "2.5.1" %}

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

source:
url: https://github.com/shimlab/BLAZE/archive/refs/tags/v{{ version }}.tar.gz
sha256: f47175997742562add1deb9524e468b6709e40c92f74165a1a0fe1897b2919fc
sha256: 3f48c94d061506c4ec4e2a029396d36ffbd1e1e0746d7d3c201f7238b36c10aa

build:
number: 0
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- python >=3
- pip
- setuptools
run:
- python >=3
- fast-edit-distance ==1.2.1
Expand Down

0 comments on commit 627c640

Please sign in to comment.