Skip to content

Commit

Permalink
Commenting out pre-released extensions from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pperanich committed Feb 29, 2024
1 parent 7d731dd commit 5b76624
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ ezmsg-sigproc = { version = "*", source = "pypi", optional = true }
ezmsg-websocket = { version = "*", source = "pypi", optional = true }
ezmsg-zmq = { version = "*", source = "pypi", optional = true }
ezmsg-vispy = { version = "*", source = "pypi", optional = true }
ezmsg-panel = { git = "https://github.com/griffinmilsap/ezmsg-panel.git", rev = "main", optional = true }
ezmsg-blackrock = { python = "^3.9", git = "https://github.com/CerebusOSS/ezmsg-blackrock.git", rev = "main", optional = true }
ezmsg-unicorn = { git = "https://github.com/griffinmilsap/ezmsg-unicorn.git", rev = "main", optional = true }
ezmsg-gadget = { git = "https://github.com/griffinmilsap/ezmsg-gadget.git", rev = "main", optional = true }
ezmsg-openbci = { git = "https://github.com/griffinmilsap/ezmsg-openbci.git", rev = "main", optional = true }
ezmsg-ssvep = { git = "https://github.com/griffinmilsap/ezmsg-ssvep.git", rev = "main", optional = true }
# ezmsg-panel = { git = "https://github.com/griffinmilsap/ezmsg-panel.git", rev = "main", optional = true }
# ezmsg-blackrock = { python = "^3.9", git = "https://github.com/CerebusOSS/ezmsg-blackrock.git", rev = "main", optional = true }
# ezmsg-unicorn = { git = "https://github.com/griffinmilsap/ezmsg-unicorn.git", rev = "main", optional = true }
# ezmsg-gadget = { git = "https://github.com/griffinmilsap/ezmsg-gadget.git", rev = "main", optional = true }
# ezmsg-openbci = { git = "https://github.com/griffinmilsap/ezmsg-openbci.git", rev = "main", optional = true }
# ezmsg-ssvep = { git = "https://github.com/griffinmilsap/ezmsg-ssvep.git", rev = "main", optional = true }


[tool.poetry.group.test.dependencies]
Expand All @@ -43,23 +43,23 @@ flake8 = "*"
sigproc = ["ezmsg-sigproc"]
websocket = ["ezmsg-websocket"]
zmq = ["ezmsg-zmq"]
panel = ["ezmsg-panel"]
blackrock = ["ezmsg-blackrock"]
unicorn = ["ezmsg-unicorn"]
gadget = ["ezmsg-gadget"]
openbci = ["ezmsg-openbci"]
ssvep = ["ezmsg-ssvep"]
# panel = ["ezmsg-panel"]
# blackrock = ["ezmsg-blackrock"]
# unicorn = ["ezmsg-unicorn"]
# gadget = ["ezmsg-gadget"]
# openbci = ["ezmsg-openbci"]
# ssvep = ["ezmsg-ssvep"]
vispy = ["ezmsg-vispy"]
all_ext = [
"ezmsg-sigproc",
"ezmsg-websocket",
"ezmsg-zmq",
"ezmsg-panel",
"ezmsg-blackrock",
"ezmsg-unicorn",
"ezmsg-gadget",
"ezmsg-openbci",
"ezmsg-ssvep",
# "ezmsg-panel",
# "ezmsg-blackrock",
# "ezmsg-unicorn",
# "ezmsg-gadget",
# "ezmsg-openbci",
# "ezmsg-ssvep",
"ezmsg-vispy",
]

Expand Down

0 comments on commit 5b76624

Please sign in to comment.