ssms_gui / pyproject.toml
Alexander
Render `_s*` model plots at expected variability + per-sample NDT
ecf42d4
raw
history blame contribute delete
420 Bytes
[project]
name = "ssms-gui"
version = "0.1.0"
description = "Streamlit dashboard for visualizing sequential sampling models from ssm-simulators."
requires-python = ">=3.13"
dependencies = [
"altair",
"cloudpickle",
"matplotlib",
"pandas",
"seaborn",
"ssm-simulators>=0.12.2",
"streamlit>1.30.0",
]
[dependency-groups]
dev = [
"pytest",
]
[tool.pytest.ini_options]
testpaths = ["tests"]