Spaces:
Sleeping
Sleeping
[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/e3dce11d60d07729a8a5004c5343647e84722d52/dawsonia-e3dce11d60d07729a8a5004c5343647e84722d52.tar.gz" } | |