-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
46 lines (42 loc) · 1.01 KB
/
setup.cfg
File metadata and controls
46 lines (42 loc) · 1.01 KB
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
[metadata]
name = isofit
version = 2.10.2
author = David R. Thompson, Winston Olson-Duvall, Philip G. Brodrick, and Team
author_email = david.r.thompson@jpl.nasa.gov
url = http://github.com/isofit/isofit
description = Imaging Spectrometer Optimal FITting
long_description = file: README.rst
long_description_content_type = text/x-rst
license = BSD 3-Clause License
classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages = find:
include_package_data = True
install_requires =
click
matplotlib >= 2.2.2
numpy >= 1.20
pandas >= 0.24.0
pep8 >= 1.7.1
pytest >= 3.5.1
pyyaml >= 5.3.2
ray >= 1.2.0
scikit-image >= 0.17.0
scikit-learn >= 0.19.1
scipy >= 1.3.0
spectral >= 0.19
utm
xxhash >= 1.2.0
[options.entry_points]
console_scripts =
isofit = isofit:cli
[options.extras_require]
dev =
pre-commit
black
isort