blob: 9ad5f873a918c15e870328eb6c230437bc10277c (
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-gpy
pkgdesc = Gaussian processes framework in python
pkgver = 1.13.0
pkgrel = 1
url = https://github.com/SheffieldML/GPy
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python-numpy
makedepends = cython
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-numpy
depends = python-scipy
depends = python-six
depends = python-paramz
depends = python-matplotlib
depends = python-climin-git
optdepends = python-plotly
optdepends = ipython
optdepends = python-sphinx
optdepends = python-ipykernel
optdepends = python-ipywidgets
optdepends = python-jupyter_client
optdepends = jupyter-notebook
optdepends = python-mpi4py
source = https://github.com/SheffieldML/GPy/archive/refs/tags/v.1.13.0.tar.gz
sha256sums = eceb9559b1ec565c767aa422ac896a5a3422da7dda0b42629e69311212766920
pkgname = python-gpy
|