summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: c2b49988709c48e725763c2900792184c9a55e12 (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
pkgbase = python-sncosmo
	pkgdesc = Python library for supernova cosmology
	pkgver = 2.10.2
	pkgrel = 1
	url = https://sncosmo.readthedocs.io
	arch = i686
	arch = x86_64
	license = BSD
	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.10.2.tar.gz
	md5sums = 4fcd899e91838cd37ed785f837005463

pkgname = python-sncosmo
	depends = python-scipy>=1.3.0
	depends = python-astropy>=3.1
	depends = python-extinction>=0.4.4
	depends = python-yaml>=3.13
	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