forked from isofit/isofit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
50 lines (46 loc) · 1.09 KB
/
setup.cfg
File metadata and controls
50 lines (46 loc) · 1.09 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
47
48
49
50
[metadata]
name = isofit
version = 3.0.0
author = David R. Thompson, Winston Olson-Duvall, Philip G. Brodrick, and Team
author_email = [email protected]
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
Programming Language :: Python :: 3.11
[options]
packages = find:
include_package_data = True
install_requires =
click
dask
h5py
netCDF4 < 1.7.1
numpy >= 1.20, < 2.0.0
pandas >= 0.24.0
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
xarray < 2024.1.1
xxhash >= 1.2.0
[options.entry_points]
console_scripts =
isofit = isofit.__main__:cli
[options.extras_require]
dev =
pre-commit
black
isort
test =
pytest >= 3.5.1