blob: 1589ec6c9b06fb3901397b16a08e59a981b42ae6 (
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
|
pkgbase = python-tf-keras
pkgdesc = TensorFlow-specific implementation of the Keras API, which was the default Keras from 2019 to 2023.
pkgver = 2.19.0
pkgrel = 1
url = https://github.com/keras-team/tf-keras
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = absl-py
depends = python
depends = python-h5py
depends = python-optree
depends = python-rich
depends = python-ml-dtypes
depends = python-packaging
depends = python-numpy
depends = python-pandas
depends = python-pillow
depends = python-pydot
depends = python-scipy
depends = python-tensorflow
depends = python-yaml
depends = tensorboard
optdepends = python-pytorch
source = https://files.pythonhosted.org/packages/py3/t/tf-keras/tf_keras-2.19.0-py3-none-any.whl
source = tf-keras-2.19.0-LICENSE::https://raw.githubusercontent.com/keras-team/tf-keras/v2.19.0/LICENSE
sha256sums = 4f339e800987b39d1548a8c76a7b33b6801a97ec7fcd89c299ec29741f7890bd
sha256sums = 58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd
pkgname = python-tf-keras
|