blob: 969431f07557802152caee5cf050a8cd22eac7b0 (
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-probfit
pkgdesc = Cost function builder for fitting distributions, intended to be used with iminuit.
pkgver = 1.1.0
pkgrel = 1
url = https://probfit.readthedocs.io/
arch = i686
arch = x86_64
license = MIT
makedepends = python-setuptools
makedepends = python-numpy
makedepends = cython
options = !emptydirs
source = https://files.pythonhosted.org/packages/source/p/probfit/probfit-1.1.0.tar.gz
sha256sums = f185676cdaea52e41ec354b4113b0dfd14ca442aae9e0bd46ab449157f1af98d
pkgname = python-probfit
depends = python>=3.4
depends = python-numpy
depends = python-iminuit
optdepends = cython
optdepends = python-matplotlib: Plotting
|