-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetup.cfg
39 lines (37 loc) · 931 Bytes
/
setup.cfg
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
38
39
[metadata]
name = nemo-sz
author = Matt Hilton + Nemo Contributors
author_email = matt.hilton@wits.ac.za
description = Millimeter-wave galaxy cluster and source detection package
long_description = file: README.rst
keywords = astrophysics
license = BSD 3-Clause
classifiers =
Programming Language :: Python :: 3
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: POSIX
Topic :: Scientific/Engineering :: Astronomy
[versioneer]
VCS = git
style = pep440
versionfile_source = nemo/_version.py
versionfile_build = nemo/_version.py
tag_prefix = v
parentdir_prefix = nemo-
[options]
install_requires =
astropy >= 4.0
numpy >= 1.19
matplotlib >= 2.0
astLib >= 0.11.10
pixell >= 0.17
scipy >= 1.0
pillow
PyYAML
#pyccl >= 3.0
#mpi4py
colorcet >= 1.0
mahotas >= 1.4