We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce29fb7 + 1c1ee92 commit 3d38670Copy full SHA for 3d38670
1 file changed
pyproject.toml
@@ -53,15 +53,16 @@ sigmon = [
53
"PySide6>=6.7",
54
"pygraphviz>=1.14",
55
"typer>=0.15.1",
56
- "phosphor>=0.4",
+ "ezmsg-qt>=0.2.0",
57
+ "phosphor>=0.5.0",
58
"pandas",
- "ezmsg-qt",
59
60
]
61
viewer = [
62
63
64
65
66
67
68
[project.scripts]
@@ -101,4 +102,3 @@ known-third-party = ["ezmsg"]
101
102
[tool.uv.sources]
103
# Uncomment to use development version of ezmsg from git
104
#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" }
0 commit comments