summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLumaku2020-11-29 18:28:47 +0100
committerLumaku2020-11-29 18:28:47 +0100
commitac699125780e71949b78bfec6e9024a52d8ef383 (patch)
tree53382cad0e38c60da04cd859748bd46d3ea3bf23 /PKGBUILD
parentc732ceebea2247d76ac266c3fc7703c4af4478ff (diff)
downloadaur-ac699125780e71949b78bfec6e9024a52d8ef383.tar.gz
added wandb dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01fb47de0816..315351d1a23b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='End-to-End Speech Processing Toolkit Python-Only Package (without venv)
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' 'python-pytorch-wpe' 'python-sentencepiece' 'python-g2p-git' 'python-kaldiio' 'python-sentencepiece-git')
+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' 'python-pytorch-wpe' 'python-sentencepiece' 'python-g2p-git' 'python-kaldiio' 'python-sentencepiece-git' 'python-wandb')
optdepends=('sox: convert audio files')
makedepends=('git' 'python-setuptools')
provides=('python-espnet')