Files
aiRtrafficNN/Code/python/pyproject.toml
T
2025-12-16 18:24:44 +01:00

24 lines
490 B
TOML

[project]
name = "adsbpy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
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",
"scipy>=1.16.3",
"torch>=2.9.1",
"tqdm>=4.67.1",
"typer>=0.20.0",
]
[build-system]
requires = ["uv_build>=0.9.5,<0.10.0"]
build-backend = "uv_build"