Skip to content

Commit

Permalink
Update fast-edit-distance to 1.2.2 (#51002)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Sep 27, 2024
1 parent 4b6fcc8 commit 080f249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/fast-edit-distance/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "fast-edit-distance" %}
{% set version = "1.2.1" %}
{% set version = "1.2.2" %}

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

source:
url: https://github.com/youyupei/fast_edit_distance/archive/v{{ version }}.tar.gz
sha256: c3f3913381d8a7a5eb96cef5b31bc69fb19c55b653a98525abc0c4922cd07247
sha256: 71ead99841435bc2e94be5c8ec89ab5797472b0e7924e0b1a171e5ddf4f7e501

build:
number: 2
number: 0
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
run_exports:
- {{ pin_subpackage('fast-edit-distance', max_pin="x") }}
Expand Down

0 comments on commit 080f249

Please sign in to comment.