Skip to content

Commit

Permalink
Update ezmsg dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Sep 19, 2024
1 parent dd74e9e commit cd32fc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
17 changes: 7 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ezmsg-lsl"
version = "0.2.0"
version = "0.2."
description = "LabStreamingLayer source and sink for ezmsg"
authors = ["Chadwick Boulay <[email protected]>"]
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ packages = [
python = ">=3.9,<3.13"
pylsl = "^1.16.2"
numpy = "^1.26.4"
ezmsg = { git = "https://github.com/ezmsg-org/ezmsg.git", branch = "dev" }
ezmsg = "^3.5.0"


[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit cd32fc0

Please sign in to comment.