summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 3388d8b0fb911afcfd63384629ae5a972351a692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgbase = python-segmentation-models-pytorch
	pkgdesc = Neural Networks for Image Segmentation based on PyTorch
	pkgver = 0.3.2
	pkgrel = 1
	url = https://github.com/qubvel/segmentation_models.pytorch
	arch = any
	license = MIT
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-wheel
	makedepends = python-setuptools-scm
	depends = python-pytorch
	depends = python-pretrainedmodels
	depends = python-efficientnet-pytorch
	depends = python-timm
	depends = python-tqdm
	depends = python-pillow
	source = git+https://github.com/qubvel/segmentation_models.pytorch.git#tag=v0.3.2
	sha256sums = SKIP

pkgname = python-segmentation-models-pytorch