summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLumaku2021-05-11 23:44:35 +0200
committerLumaku2021-05-11 23:44:35 +0200
commit29886f5f995a6a89c243a01e195818d515235397 (patch)
treef203535eb3ec866c8e63ae01912e52ef0be7bdec /PKGBUILD
parentb7a5a5bafc411aeb1674152acf18f1e4e18ba1d3 (diff)
downloadaur-29886f5f995a6a89c243a01e195818d515235397.tar.gz
Update 2021-05-11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67ab06525584..d20ccc54faf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Lumaku <lumaku@mailbox.org>
pkgname=python-espnet-git
-pkgver=0.9.9.r11190
+pkgver=0.9.9.r11203
pkgrel=1
pkgdesc='End-to-End Speech Processing Toolkit Python Package'
arch=('any')
url='https://github.com/espnet/espnet'
license=('Apache 2.0')
-depends=('python>=3.7' 'python-numpy' 'python-soundfile' 'python-typeguard' 'python-editdistance' 'python-librosa' 'tensorboard' 'python-h5py' 'python-nltk' 'python-regex' 'python-inflect' 'python-jaconv' 'python-pytorch-complex-git' 'python-pytorch-wpe-git' 'python-g2p-git' 'python-kaldiio-git' 'python-sentencepiece-git' 'python-wandb-git' 'python-espnet-tts-frontend-git' 'python-ctc-segmentation-git' 'python-humanfriendly')
+depends=('python>=3.7' 'python-numpy' 'python-pytorch' 'python-soundfile' 'python-typeguard' 'python-editdistance' 'python-librosa' 'tensorboard' 'python-h5py' 'python-nltk' 'python-regex' 'python-inflect' 'python-jaconv' 'python-pytorch-complex-git' 'python-pytorch-wpe-git' 'python-g2p-git' 'python-kaldiio-git' 'python-sentencepiece-git' 'python-wandb-git' 'python-espnet-tts-frontend-git' 'python-ctc-segmentation-git' 'python-humanfriendly')
optdepends=('sox: convert audio files' 'python-espnet-model-zoo-git: pretrained models')
makedepends=('git' 'python-setuptools')
provides=('python-espnet')