22 lines
455 B
TOML
22 lines
455 B
TOML
[project]
|
|
name = "adsbpy"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"aiofiles>=25.1.0",
|
|
"aiohttp>=3.13.2",
|
|
"basemap>=2.0.0",
|
|
"basemap-data-hires>=2.0.0",
|
|
"ipykernel>=7.1.0",
|
|
"matplotlib>=3.10.7",
|
|
"pandas>=2.3.3",
|
|
"tensorflow>=2.20.0",
|
|
"typer>=0.20.0",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["uv_build>=0.9.5,<0.10.0"]
|
|
build-backend = "uv_build"
|