-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (27 loc) · 924 Bytes
/
Copy pathpyproject.toml
File metadata and controls
31 lines (27 loc) · 924 Bytes
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
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "maris-forecast"
version = "1.0.0"
description = "Loaders, metrics and figure code for the MARIS-Forecast multi-region AIS trajectory dataset"
readme = "README.md"
requires-python = ">=3.9"
license = { text = "MIT" }
authors = [
{ name = "Kun Ma", email = "kunma1220@gmail.com" },
]
keywords = ["AIS", "ship trajectory prediction", "maritime benchmark",
"cross-domain", "signed distance field", "long horizon forecasting"]
dependencies = [
"numpy>=1.21",
"pandas>=1.3",
]
[project.optional-dependencies]
figures = ["matplotlib>=3.5", "scipy>=1.7"]
[project.urls]
Homepage = "https://github.com/mark000071/MARIS-Forecast"
Dataset = "https://doi.org/10.5281/zenodo.21224009"
Mirror = "https://huggingface.co/datasets/mark000071/envship_v2_datasets"
[tool.setuptools]
packages = ["maris_forecast"]