From d8ca263c0da241c15dcf1d00fdfd02b32cfb70e4 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Wed, 22 Jul 2026 20:16:52 +0200 Subject: [PATCH] Bump version and update project dependencies --- pyproject.toml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b14b118..2b78937 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,15 @@ [project] name = "CANveyor" -version = "0.0.4" +version = "0.1.0" description = "J1939 CAN bus parser that works in pair with CANdigger" readme = "README.md" -requires-python = ">=3.14" -dependencies = ["polars", "pathlib", "typing"] +requires-python = ">=3.10" +dependencies = [ + "polars", + "dash", + "dash-bootstrap-components", + "numpy", + "pandas", + "plotly", + "plotly-resampler" +]