summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 046f1b115e855511df040145770900e8135b89d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
pkgbase = python-pytorch-lightning
	pkgdesc = The lightweight PyTorch wrapper for high-performance AI research
	pkgver = 1.0.7
	pkgrel = 1
	url = https://github.com/PyTorchLightning/pytorch-lightning
	arch = any
	license = Apache
	makedepends = python-setuptools
	depends = python-fsspec
	depends = python-pandas
	depends = python-pyaml
	depends = python-numpy
	depends = python-scikit-learn
	depends = python-pytorch
	depends = python-torchvision
	depends = python-twine
	depends = python-tqdm
	optdepends = python-apex: mixed precision support
	optdepends = tensorboard: tensorboard support
	optdepends = python-horovod: for distributed training
	source = pytorch-lightning-1.0.7.tar.gz::https://github.com/PyTorchLightning/pytorch-lightning/archive/1.0.7.tar.gz
	sha512sums = 039abdf83069753fa67063a073573cea9b57ee6efa84c2c02987ef74b950ec95c8d149bfdf8cacf5020a00bd5629b800ec605075864554ef9e5d0f3b594917ae

pkgname = python-pytorch-lightning