-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
71 lines (66 loc) · 1.27 KB
/
setup.cfg
File metadata and controls
71 lines (66 loc) · 1.27 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[metadata]
name = pyrregular
author = Francesco Spinnato, Cristiano Landi
author_email = francesco.spinnato@di.unipi.it
description = Irregular time series made easy
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
packages = find:
install_requires =
awkward
numpy
pandas
xarray
sparse<=0.15.4
h5py
pyarrow
pooch
tqdm
scikit-learn
pyyaml
python_requires = >= 3.9
[options.extras_require]
dev =
black
mypy
pre-commit
pytest
pytest-cov
docs =
sphinx>=6.0
myst-parser
nbsphinx
sphinx-autodoc-typehints
sphinxcontrib-napoleon
ipykernel
nbconvert
snowballstemmer<3.0.0
sphinx-rtd-theme
test =
pytest
pytest-cov
notebooks =
notebook
models =
lightgbm
sktime
aeon
tslearn
pypots
jax
equinox
optax
diffrax
[options.package_data]
pyrregular = registry.txt
[options.entry_points]
xarray.backends =
pyrregular = pyrregular.backend:IrregularEntrypoint