File size: 536 Bytes
3216119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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" }