Files
aiRtrafficNN/Code/python/pyproject.toml
T
Lars Bogner 1538b0acf7 with '#' will be ignored, and an empty message aborts the commit.
Minor changes, run autoencoder on ml node
2025-11-20 14:15:06 +01:00

22 lines
449 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",
"torch>=2.9.1",
"typer>=0.20.0",
]
[build-system]
requires = ["uv_build>=0.9.5,<0.10.0"]
build-backend = "uv_build"