Spaces:
Running
Running
File size: 536 Bytes
7850d17 7f286eb 7850d17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | [project]
name = "opensyndrome_databrowser"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"marimo>=0.21.0",
"opensyndrome @ git+https://github.com/OpenSyndrome/open-syndrome-python.git@main",
"plotly>=6.2.0",
"polars>=1.38.1",
]
[dependency-groups]
dev = [
"pre-commit>=4.2.0",
]
[tool.hatch.metadata]
allow-direct-references = true
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
package = false
|