blob: dc8f4c32c8bc2d9a270152d964d8f0945d2c785e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-copulae
pkgdesc = Multivariate data modelling with Copulas in Python
pkgver = 0.8.0
pkgrel = 1
url = https://copulae.readthedocs.io
arch = x86_64
arch = aarch64
license = MIT
checkdepends = python-pytest
makedepends = python-setuptools
makedepends = cython
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-statsmodels
depends = python-scikit-learn
depends = python-wrapt
source = python-copulae-0.8.0.tar.gz::https://github.com/DanielBok/copulae/archive/refs/tags/0.8.0.tar.gz
sha256sums = 855588da9f6142331ec62f8ce2d99058178000802e42884e830743f4e34bf1a2
pkgname = python-copulae
|