Spaces:
Sleeping
Sleeping
| [project] | |
| name = "opensyndrome_databrowser" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "marimo>=0.8.0", | |
| "opensyndrome @ git+https://github.com/OpenSyndrome/open-syndrome-python.git@filter-engine", | |
| "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 | |