forked from Open-EO/FuseTS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
47 lines (44 loc) · 1.11 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
[metadata]
name = fusets
#version = 0.0.1
author = Jeroen Dries
author_email = jeroen.dries@vito.be
description = Time Series Fusion toolbox integrated with openEO
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache Software License
url = https://github.com/Open-EO/FuseTS
project_urls =
Bug Tracker = https://github.com/Open-EO/FuseTS/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >= 3.8
install_requires =
numpy==1.23.5
GPy>=1.10.0
vam.whittaker==2.0.6
# Workaround for missing GPy dependency (https://github.com/SheffieldML/GPy/issues/980)
matplotlib>=3.3.4
xarray>=0.20.2
lcmap-pyccd==2021.7.19
openeo
shapely
cython
[options.packages.find]
where = src
[options.extras_require]
dev =
pytest
pre-commit
sphinx>=4.5.0
myst-parser>=0.17.0
h5netcdf
sphinx-autodoc-annotation
sphinx-autodoc-typehints
sphinxcontrib-svg2pdfconverter==1.2.0