-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsetup.cfg
More file actions
46 lines (43 loc) · 1.42 KB
/
Copy pathsetup.cfg
File metadata and controls
46 lines (43 loc) · 1.42 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 = 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>=2.0
vam_whittaker @ https://artifactory.vgt.vito.be/artifactory/python-packages-public/vam_whittaker/2.0.6/vam_whittaker-2.0.6-cp311-cp311-linux_x86_64.whl ; python_version == "3.11" and sys_platform == "linux"
vam_whittaker @ https://artifactory.vgt.vito.be/artifactory/python-packages-public/vam_whittaker/2.0.6/vam_whittaker-2.0.6-cp312-cp312-linux_x86_64.whl ; python_version == "3.12" and sys_platform == "linux"
vam_whittaker ; sys_platform=="windows"
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[h5py]
sphinx-autodoc-annotation
sphinx-autodoc-typehints
sphinxcontrib-svg2pdfconverter==1.2.0