diff --git a/poetry.lock b/poetry.lock index 6ab47bc..e777eb1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -688,6 +688,21 @@ files = [ [package.dependencies] ptyprocess = ">=0.5" +[[package]] +name = "pglive" +version = "0.7.6" +description = "Live plot for PyqtGraph" +optional = false +python-versions = "<3.13,>=3.9" +files = [ + {file = "pglive-0.7.6-py3-none-any.whl", hash = "sha256:6203e377954725d6602ba5a08055f92bef1688d2236c76cf4e1b35c9bb896ff4"}, + {file = "pglive-0.7.6.tar.gz", hash = "sha256:5e3a91a0bb800a8c9c8513a595d742eb0aba5b8b783a6f1bbb51ab7b0d2528ec"}, +] + +[package.dependencies] +numpy = ">=1.26.0,<2.0.0" +pyqtgraph = ">=0.13.3,<0.14.0" + [[package]] name = "pillow" version = "10.4.0" @@ -1179,5 +1194,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "^3.10" -content-hash = "c661a83b9d93748d39d3e4577f20e3b534a35f270231b6f48a9f13498a3658bd" +python-versions = ">=3.10, <3.13" +content-hash = "e5e345e3e4d28ac0e7de7727be130454201be1949be08158e744cdc6089a3f66" diff --git a/pyproject.toml b/pyproject.toml index a47d127..f6bcfa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ include = [ ] [tool.poetry.dependencies] -python = "^3.10" +python = ">=3.10, <3.13" uldaq = "^1.2.3" typer = "^0.12.5" matplotlib = "^3.9.2" @@ -32,6 +32,7 @@ scipy = "^1.14.1" nixio = "^1.5.3" pyqtgraph = "^0.13.7" pytest = "^8.3.3" +pglive = "^0.7.6" [tool.poetry.scripts] pyrelacs = "pyrelacs.app:main"