Skip to content

Commit 3d38670

Browse files
authored
Merge pull request #6 from ezmsg-org/dev
bump dependencies
2 parents ce29fb7 + 1c1ee92 commit 3d38670

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 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",
58-
"ezmsg-qt",
59+
"ezmsg-qt>=0.2.0",
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)