2
0
forked from awendt/pyrelacs

[project] adding pglive

This commit is contained in:
wendtalexander
2024-10-04 15:33:27 +02:00
parent 5ec5cc8644
commit 52a0821601
2 changed files with 19 additions and 3 deletions

View File

@@ -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"