Skip to content

Commit

Permalink
pip install ezmsg[sigproc] also draws on cboulay/working branch -- ne…
Browse files Browse the repository at this point in the history
…ver commit this to main
  • Loading branch information
cboulay committed Apr 3, 2024
1 parent 6b342e4 commit bd381d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ezmsg = "ezmsg.core.command:cmdline"
[tool.poetry.dependencies]
python = "^3.8"
typing-extensions = "^4.9.0"
ezmsg-sigproc = { version = "*", source = "pypi", optional = true }
ezmsg-sigproc = { git = "https://github.com/iscoe/ezmsg.git", subdirectory = "extensions/ezmsg-sigproc", branch = "cboulay/working", optional = true }
ezmsg-websocket = { version = "*", source = "pypi", optional = true }
ezmsg-zmq = { version = "*", source = "pypi", optional = true }
ezmsg-vispy = { version = "*", source = "pypi", optional = true }
Expand Down

0 comments on commit bd381d4

Please sign in to comment.