summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: aa4576f2f11083920321f6c68c8dd7338709c7fb (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-spectral-cube
	pkgdesc = Library for reading and analyzing astrophysical spectral data cubes
	pkgver = 0.6.7
	pkgrel = 1
	url = http://spectral-cube.readthedocs.io
	arch = any
	license = BSD-3-Clause
	makedepends = python-setuptools-scm
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-sphinx-astropy
	makedepends = python-dask
	makedepends = python-radio_beam
	makedepends = python-tqdm
	makedepends = python-casa-formats-io
	source = https://files.pythonhosted.org/packages/source/s/spectral_cube/spectral_cube-0.6.7.tar.gz
	md5sums = 96e349422f1bd5a89ff0412abce72265

pkgname = python-spectral-cube
	depends = python-numpy>=1.24
	depends = python-astropy>=6.1
	depends = python-radio_beam>=0.3.5
	depends = python-joblib>=1.3
	depends = python-dask>=2025.1.1
	depends = python-casa-formats-io>=0.1
	depends = python-packaging>=19
	depends = python-setuptools>=62.3.3
	depends = python-tqdm>=4.64
	optdepends = python-scipy: Used for subcube creation
	optdepends = python-bottleneck: Speeds up median and percentile operations on cubes with missing data
	optdepends = python-regions>=0.7: Serialises/Deserialises DS9/CRTF region files and handles them. Used when extracting a subcube from region
	optdepends = python-spectral-cube-doc: Documentation for spectral-cube
	optdepends = python-fsspec: Used for storing computations to disk when using the dask-enabled classes
	optdepends = python-zarr: Used for storing computations to disk when using the dask-enabled classes

pkgname = python-spectral-cube-doc
	pkgdesc = Documentation for Python Radio Beam module