summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 53f5d0a0992267c101b2a80902ca5cf20b4a5b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgbase = python-pystiche
	pkgdesc = Framework for Neural Style Transfer (NST) built upon PyTorch
	pkgver = 1.0.1
	pkgrel = 1
	url = https://github.com/pystiche/pystiche
	arch = any
	license = BSD
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-wheel
	makedepends = python-setuptools-scm
	depends = python-pytorch
	depends = python-torchvision
	depends = python-pillow
	depends = python-tqdm
	source = git+https://github.com/pystiche/pystiche.git#tag=v1.0.1
	sha256sums = SKIP

pkgname = python-pystiche