-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
23 lines (23 loc) · 959 Bytes
/
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
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "similarity_ts"
version = "1.0.6"
authors = [
{ name = "Alejandro Fernández-Montes", email = "[email protected]" },
{ name = "Damián Fernández-Cerero", email = "[email protected]" },
{ name = "Felipe Escalera González", email = "[email protected]" },
]
dependencies = ["dtaidistance", "matplotlib", "pandas", "scikit-learn", "tqdm", "natsort", "chardet"]
description = "SimilarityTS is an open-source project designed to facilitate the evaluation and comparison of multivariate time series data"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/alejandrofdez-us/similarity-ts"
"Bug Tracker" = "https://github.com/alejandrofdez-us/similarity-ts/issues"