| [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"] | |