This commit is contained in:
2026-03-25 13:22:09 +01:00
parent 6ce70b3d22
commit 741ffb74bf
7 changed files with 544 additions and 7 deletions
+8 -1
View File
@@ -4,4 +4,11 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = []
dependencies = [
"matplotlib>=3.10.8",
"numpy>=2.4.3",
"psutil>=7.2.2",
"pyvisa>=1.16.2",
"pyvisa-py>=0.8.1",
"zeroconf>=0.148.0",
]