-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsetup.cfg
45 lines (42 loc) · 971 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
40
41
42
43
44
45
[metadata]
name = astro-parsnip
version = 1.4.2
author = Kyle Boone
author_email = [email protected]
description = Deep generative modeling of astronomical transient light curves
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/kboone/parsnip
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.6
install_requires =
astropy
extinction
lcdata>=1.1.1
lightgbm>=2.3.1,<3
matplotlib
numpy
scikit-learn
scipy
sncosmo>=2.6
torch
tqdm
scripts =
scripts/parsnip_build_plasticc_combined
scripts/parsnip_predict
scripts/parsnip_train
include_package_data = True
[options.package_data]
parsnip = models/*.pt
[options.extras_require]
docs = # Required to build the docs.
numpy
sphinx
sphinx_rtd_theme
pillow
numpydoc