From 38dcd744224ff66eb875668b48e23a6c10b0f8c1 Mon Sep 17 00:00:00 2001 From: Chadwick Boulay Date: Wed, 25 Mar 2026 01:51:54 -0600 Subject: [PATCH 1/2] bump dependencies --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3043824..b6e6693 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,15 +53,16 @@ sigmon = [ "PySide6>=6.7", "pygraphviz>=1.14", "typer>=0.15.1", - "phosphor>=0.4", + "ezmsg-qt>=0.2.0", + "phosphor>=0.5.0", "pandas", "ezmsg-qt", ] viewer = [ "PySide6>=6.7", "typer>=0.15.1", - "phosphor>=0.4", - "ezmsg-qt", + "phosphor>=0.5.0", + "ezmsg-qt>=0.2.0", ] [project.scripts] @@ -101,4 +102,3 @@ known-third-party = ["ezmsg"] [tool.uv.sources] # Uncomment to use development version of ezmsg from git #ezmsg = { git = "https://github.com/ezmsg-org/ezmsg.git", branch = "dev" } -ezmsg-qt = { git = "https://github.com/ezmsg-org/ezmsg-qt.git", branch = "dynamic_subscriber" } From 1c1ee92b4b0585fb50d8101c72fcfcc35752d67b Mon Sep 17 00:00:00 2001 From: Chadwick Boulay Date: Wed, 25 Mar 2026 01:51:54 -0600 Subject: [PATCH 2/2] bump dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6e6693..a82e959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ sigmon = [ "ezmsg-qt>=0.2.0", "phosphor>=0.5.0", "pandas", - "ezmsg-qt", + "ezmsg-qt>=0.2.0", ] viewer = [ "PySide6>=6.7",