blob: 63f1c0d76e8dd109fd8e72912e748c2668d90f0b (
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
26
27
28
29
30
31
32
33
34
35
36
|
pkgbase = python-pytorch-lightning
pkgdesc = The lightweight PyTorch wrapper for high-performance AI research
pkgver = 2.5.0rc0
pkgrel = 1
url = https://lightning.ai
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-fastapi
depends = python-fsspec
depends = python-google-api-core
depends = python-jsonargparse
depends = python-lightning-utilities
depends = python-matplotlib
depends = python-mpi4py
depends = python-pandas
depends = python-psutil
depends = python-pyaml
depends = python-pydeprecate
depends = python-pytest
depends = python-rich
depends = python-scikit-learn
depends = python-tensorboardx
depends = python-torchmetrics
depends = python-torchvision
depends = python-twine
depends = tensorboard
depends = uvicorn
optdepends = python-apex: mixed precision support
optdepends = python-horovod: for distributed training
source = https://files.pythonhosted.org/packages/source/p/pytorch-lightning/pytorch-lightning-2.5.0rc0.tar.gz
sha512sums = 561cda5b3bceabdb94b4e9a7f4c9f8d3d39cdf47a7e2b6bc4c4cc2b59ad6313f4df0e1a2de696acaa74b36aa2758235125c1e2c1961600b3e0118e922a4b2167
pkgname = python-pytorch-lightning
|