blob: b999d777f1843168790b4fed698fcc3aac0ece2c (
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
|
pkgbase = python-gammapy
pkgdesc = A Python package for gamma-ray astronomy
pkgver = 2.0
pkgrel = 1
url = https://gammapy.org
arch = i686
arch = x86_64
license = BSD-3-Clause
makedepends = cython
makedepends = python-setuptools-scm>=8
makedepends = python-build
makedepends = python-installer
makedepends = python-numpy
source = https://files.pythonhosted.org/packages/source/g/gammapy/gammapy-2.0.tar.gz
md5sums = 740b4790c2203554788c3f621524788e
pkgname = python-gammapy
depends = python>=3.10
depends = python-scipy>=1.13
depends = python-yaml>=5.3
depends = python-astropy>=6.0
depends = python-regions>=0.9.0
depends = python-click>=8.0
depends = python-pydantic>=2.8.0
depends = python-iminuit>=2.26.0
depends = python-matplotlib>=3.8
optdepends = python-pandas: For working with tables
optdepends = python-emcee: For fitting by MCMC sampling
optdepends = python-corner: For MCMC corner plots
optdepends = python-healpy: For HEALPIX data handling
optdepends = python-naima: For SED modeling
optdepends = python-sherpa: For modelling and fitting
optdepends = python-parfive: For example data and tutorial notebook download
|