2
0
forked from awendt/pyrelacs

adding pyqt

This commit is contained in:
wendtalexander
2024-09-17 11:19:02 +02:00
parent bb2b7979b7
commit 74007668a9
2 changed files with 627 additions and 1 deletions

View File

@@ -9,6 +9,9 @@ readme = "README.md"
python = "^3.12"
uldaq = "^1.2.3"
typer = "^0.12.5"
matplotlib = "^3.9.2"
numpy = "^2.1.1"
pyqt6 = "^6.7.1"
[build-system]