blob: 6284848da2a930b34602c2f241cb5f909e42d6df (
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
|
pkgbase = python-lmfit
pkgdesc = Non-Linear Least Squares Minimization, based on scipy.optimize
pkgver = 1.3.3
pkgrel = 1
url = http:/lmfit.github.io/lmfit-py/
arch = any
license = BSD-3-Clause
checkdepends = python-pytest-cov
checkdepends = python-flaky
checkdepends = python-coverage
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python-asteval
depends = python-dill
depends = ipython
depends = python-matplotlib
depends = python-numpy
depends = python-pandas
depends = python-pytest
depends = python-scipy
depends = python-uncertainties
optdepends = python-emcee: documentation generation
source = python-lmfit-1.3.3.tar.gz::https://github.com/lmfit/lmfit-py/archive/1.3.3.tar.gz
sha256sums = b1bb68df62a61f6dac9a3b8d920fd5323d8654a9af81fc0eaab11d052774b86c
pkgname = python-lmfit
|