summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 54c221acf8cdf5641a790752b404b5ec5aec14b1 (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.2.0
	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.2.0.tar.gz::https://github.com/PyTorchLightning/pytorch-lightning/archive/1.2.0.tar.gz
	sha512sums = 80d4c2913f65db18a17532f7b4ca1cb4381d1aa14af1314bf5852ef1d73825fcf6cc8f2354b0b018e9fcde1a7e2f017465dac0d58a5890570a7de3ad844085bd

pkgname = python-pytorch-lightning