-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
38 lines (32 loc) · 1.01 KB
/
pyproject.toml
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
[tool.poetry]
name = "MinMaxLTTB"
version = "0.1"
description = "MinMaxLTTB: MinMax preselection of datapoints for more scalable time series visualization using the LTTB algorithm"
authors = ["Jeroen Van Der Donckt", "Jonas Van Der Donckt"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/predict-idlab/MinMaxLTTB"
documentation = "https://github.com/predict-idlab/MinMaxLTTB"
keywords = ["time-series", "visualization", "preselection", "data aggregation", "MinMax", "LTTB", "performance"]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
numpy = "^1.22"
plotly-resampler = "0.8.1"
tqdm = "^4.64.1"
fastparquet = "^0.8.3"
pyarrow = "^10.0.0"
kaleido = "0.2.0"
scikit-image = "^0.20.0"
pyfunctional = "^1.4.3"
matplotlib = "^3.7.1"
imageio = "2.25.0"
tsdownsample = "^0.1.2"
[tool.poetry.extras]
inline_persistent = ["Flask-Cors", "kaleido"]
[tool.poetry.dev-dependencies]
black = "^22.6.0"
ipywidgets = "^7.7.1"
[tool.poetry.group.dev.dependencies]
ruff = "^0.0.198"
isort = "^5.12.0"
pycairo = "^1.23.0"