Skip to content

Commit

Permalink
[bot-automerge] kalpy v0.6.1 (#15)
Browse files Browse the repository at this point in the history
* updated v0.6.1

---------

Co-authored-by: Michael McAuliffe <michael.e.mcauliffe@gmail.com>
  • Loading branch information
regro-cf-autotick-bot and mmcauliffe authored Feb 5, 2024
1 parent 59ddd67 commit 4ba0552
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@echo on

set "KALDI_ROOT=%LIBRARY_PREFIX:\=/%"
set "CMAKE_BUILD_PARALLEL_LEVEL=1"

%PYTHON% -m pip install . --no-deps -vv
if %ERRORLEVEL% neq 0 exit 1
10 changes: 6 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "kalpy" %}
{% set version = "0.6.0" %}
{% set version = "0.6.1" %}

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

source:
url: https://pypi.io/packages/source/k/kalpy-kaldi/kalpy-kaldi-{{ version }}.tar.gz
sha256: a4de4c0245fdb4cee12cec22ce152bf425f1455815d88419344dd91e5b1f3a32
sha256: 4bb06f63506ec11155dd717b7dc248ae9ae4283fe052dc51ad0a51dc821f9d18

build:
number: 0
Expand All @@ -29,14 +29,16 @@ requirements:
- python
- pip
- kaldi >=5.5.1068
- openfst
- pynini
- openfst ==1.8.2
- pynini ==2.1.5
run:
- python
- dataclassy
- numpy
- librosa
- praatio
- openfst ==1.8.2
- pynini ==2.1.5

test:
requires:
Expand Down

0 comments on commit 4ba0552

Please sign in to comment.