dawsonia-demo / pyproject.toml
Ashwin V. Mohanan
Initialize project with dawsonia and htrflow
3216119
raw
history blame
536 Bytes
[project]
name = "dawsonia-demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"dawsonia[cuda]",
"htrflow>=0.2.2",
"pyarrow>=19.0.0",
"typer<0.14",
]
[tool.uv.sources]
# dawsonia = { url = "https://git.smhi.se/ai-for-obs/dawsonia/-/archive/v0.1.0b2/dawsonia-v0.1.0b2.tar.gz" }
dawsonia = { url = "https://git.smhi.se/ai-for-obs/dawsonia/-/archive/e3dce11d60d07729a8a5004c5343647e84722d52/dawsonia-e3dce11d60d07729a8a5004c5343647e84722d52.tar.gz" }