forked from astroML/astroML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
76 lines (66 loc) · 1.92 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[metadata]
name = astroML
version = 1.0.3.dev
author = Jake VanderPlas
author_email = vanderplas@astro.washington.edu
maintainer = Brigitta Sipocz
maintainer_email = bsipocz@gmail.com
license = BSD 3-Clause License
license_file = LICENSE.rst
url = http://astroML.github.com
description = Tools for machine learning and data mining in Astronomy
long_description = file: README.rst
keywords = astronomy, astrophysics, cosmology, space, science, modeling, models, fitting, machine-learning
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering :: Astronomy
[tool:pytest]
addopts = --doctest-plus
doctest_plus = enabled
doctest_rst = True
testpaths = astroML doc examples
doctest_optionflags = FLOAT_CMP ELLIPSIS NORMALIZE_WHITESPACE
filterwarnings =
error::DeprecationWarning
error::FutureWarning
ignore:Using or importing the ABCs from 'collections':DeprecationWarning
# Upstream use of deprecated functionality, we can't do much about it
ignore:distutils Version classes are deprecated:DeprecationWarning:xarray
[flake8]
max-line-length = 100
per-file-ignores =
astroML/datasets/tools/cas_query.py:E223, E221
exclude = __init__.py
[entry_points]
[options]
install_requires =
scikit-learn>=0.18
numpy>=1.13
scipy>=0.19
matplotlib>=3.0
astropy>=3.0
tests_require =
pytest-astropy
packages=find:
[options.extras_require]
test =
pytest-doctestplus
pytest-astropy-header
pytest-remotedata
pytest-cov
all =
pymc3>=3.7,<3.11
codestyle =
flake8
docs =
sphinx