blob: baaa1a8c3c90d5428ea2bf6dc13db573a927d43d (
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
33
34
35
36
37
|
pkgbase = python-sncosmo
pkgdesc = Python library for supernova cosmology
pkgver = 2.11.2
pkgrel = 1
url = https://sncosmo.readthedocs.io
arch = i686
arch = x86_64
license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = python-astropy
checkdepends = python-scipy
checkdepends = python-extinction
checkdepends = python-iminuit
checkdepends = python-emcee
checkdepends = python-nestle
checkdepends = python-matplotlib
makedepends = cython
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
makedepends = python-numpy
source = https://files.pythonhosted.org/packages/source/s/sncosmo/sncosmo-2.11.2.tar.gz
md5sums = 33857b0e3e7dce55ec35d0d9ff79da1f
pkgname = python-sncosmo
depends = python-scipy>=1.10.0
depends = python-astropy>=5.0
depends = python-extinction>=0.4.6
depends = python-yaml>=6.0.1
depends = python-looseversion>=1.0.0
optdepends = python-matplotlib: For plotting functions
optdepends = python-iminuit: For light curve fitting using the Minuit minimizer in sncosmo.fit_lc
optdepends = python-emcee: For MCMC light curve parameter estimation in sncosmo.mcmc_lc
optdepends = python-nestle: For nested sampling light curve parameter estimation in sncosmo.nest_lc
optdepends = python-corner: For plotting results from the samplers sncosmo.mcmc_lc and sncosmo.nest_lc
optdepends = python-sncosmo-doc: Documentation for SNCosmo
|