Spaces:
Running
Running
File size: 688 Bytes
3216119 f3e0487 b8077d0 f3e0487 3216119 f3e0487 3216119 7a54564 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
[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 = ["ipython>=8.32.0", "onnxruntime>=1.20.1", "pyqt6>=6.8.1"]
|