blob: 4133a4643e3aba0ed1542408506a6ae591be3776 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-tensorflow-probability
pkgdesc = Probabilistic reasoning and statistical analysis in TensorFlow
pkgver = 0.25.0
pkgrel = 1
url = https://github.com/tensorflow/probability
arch = any
license = APACHE
makedepends = python-setuptools
makedepends = bazel
depends = python
depends = python-tensorflow
depends = python-numpy
depends = python-six
depends = python-decorator
depends = python-cloudpickle
depends = python-gast
depends = python-dm-tree
depends = python-absl
source = https://github.com/tensorflow/probability/archive/v0.25.0.tar.gz
sha256sums = 73cf3e52d3b5ee48fc919631e7fa3621849b8ce8d453017016a5148815856bc2
pkgname = python-tensorflow-probability
|