Skip to content

Commit 9c12e32

Browse files
committed
Bump dependencies
1 parent 60abdb7 commit 9c12e32

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
@@ -9,8 +9,9 @@ license = "MIT"
99
requires-python = ">=3.10.15"
1010
dynamic = ["version"]
1111
dependencies = [
12-
"ezmsg-baseproc>=1.4.0",
13-
"ezmsg-sigproc>=2.15.0",
12+
"ezmsg>=3.7.3",
13+
"ezmsg-baseproc>=1.5.1",
14+
"ezmsg-sigproc>=2.17.0",
1415
"river>=0.22.0",
1516
"scikit-learn>=1.6.0",
1617
"torch>=2.6.0",
@@ -73,5 +74,4 @@ known-third-party = ["ezmsg", "ezmsg.baseproc", "ezmsg.sigproc"]
7374

7475
[tool.uv.sources]
7576
# Uncomment to use development version of ezmsg from git
76-
#ezmsg = { git = "https://github.com/ezmsg-org/ezmsg.git", branch = "feature/profiling" }
77-
#ezmsg-sigproc = { path = "../ezmsg-sigproc", editable = true }
77+
#ezmsg = { git = "https://github.com/ezmsg-org/ezmsg.git", branch = "feature/profiling" }

0 commit comments

Comments
 (0)