dawsonia-demo / pyproject.toml
Ashwin V. Mohanan
Allow api access to GRADIO_CACHE/data/output
ec94475
raw
history blame contribute delete
810 Bytes
[project]
name = "dawsonia-demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"dawsonia[cuda,pypi]",
"gradio>=5.15.0",
"gradio-modal>=0.0.4",
"pooch>=1.8.2",
"pyarrow>=19.0.0",
"tabulate>=0.9.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/1c252df1066e1d7bae9d95637b9493294537f7bf/dawsonia-1c252df1066e1d7bae9d95637b9493294537f7bf.zip" }
[dependency-groups]
dev = [
"ipykernel>=6.29.5",
"ipython>=8.32.0",
"onnxruntime>=1.20.1",
"pip>=25.1.1",
"pyqt6>=6.8.1",
"pytest>=8.3.5",
]
[tool.pytest.ini_options]
pythonpath="."