blob: 34d24d7452b5d70e494ac4e8e4abd0a9b76d5a84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-pytorch-wpe-git
pkgdesc = PyTorch Weighted Prediction Error
pkgver = 0.0.0.r18
pkgrel = 1
url = https://github.com/kamo-naoyuki/dnn_wpe
arch = any
license = custom:NTT
makedepends = git
makedepends = python-setuptools
depends = python>=3.7
depends = python-pytorch-complex-git
depends = python-numpy
provides = python-pytorch-wpe
conflicts = python-pytorch-wpe
source = python-pytorch-wpe-git::git+https://github.com/kamo-naoyuki/dnn_wpe
md5sums = SKIP
pkgname = python-pytorch-wpe-git
|