blob: db7978136cadcd7fe07072defcbbb3a96c80b458 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
conflicts = python-pytorch-wpe-git
source = python-pytorch-wpe-git::git+https://github.com/kamo-naoyuki/dnn_wpe
md5sums = SKIP
pkgname = python-pytorch-wpe-git
|