blob: 1f9edcd057ae94136711ef19346efa669b580a4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-torchgan-git
pkgdesc = Research Framework for easy and efficient training of GANs based on PyTorch
pkgver = 0.1.0.r2.gf413953
pkgrel = 2
url = https://github.com/torchgan/torchgan
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
depends = python-numpy
depends = python-pillow
depends = python-pytorch
depends = python-torchvision
provides = python-torchgan=0.1.0.r2.gf413953
conflicts = python-torchgan
source = python-torchgan-git::git+https://github.com/torchgan/torchgan.git
sha512sums = SKIP
pkgname = python-torchgan-git
|