Skip to content

Commit 38dcd74

Browse files
committed
bump dependencies
1 parent ce29fb7 commit 38dcd74

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,16 @@ sigmon = [
5353
"PySide6>=6.7",
5454
"pygraphviz>=1.14",
5555
"typer>=0.15.1",
56-
"phosphor>=0.4",
56+
"ezmsg-qt>=0.2.0",
57+
"phosphor>=0.5.0",
5758
"pandas",
5859
"ezmsg-qt",
5960
]
6061
viewer = [
6162
"PySide6>=6.7",
6263
"typer>=0.15.1",
63-
"phosphor>=0.4",
64-
"ezmsg-qt",
64+
"phosphor>=0.5.0",
65+
"ezmsg-qt>=0.2.0",
6566
]
6667

6768
[project.scripts]
@@ -101,4 +102,3 @@ known-third-party = ["ezmsg"]
101102
[tool.uv.sources]
102103
# Uncomment to use development version of ezmsg from git
103104
#ezmsg = { git = "https://github.com/ezmsg-org/ezmsg.git", branch = "dev" }
104-
ezmsg-qt = { git = "https://github.com/ezmsg-org/ezmsg-qt.git", branch = "dynamic_subscriber" }

0 commit comments

Comments
 (0)