Update gui/pyproject.toml
Build and Publish / build (push) Successful in 24s
Build and Publish / Build and Deploy Docs (push) Has been cancelled

This commit is contained in:
2026-02-18 13:34:35 +01:00
parent 58aeaddd95
commit 326e7650cb
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "aaregui"
version = "0.2.69"
version = "0.2.70"
description = "Beamline control GUI"
readme = "README.md"
requires-python = ">=3.11"
@@ -9,7 +9,7 @@ dependencies = [
"pyzmq==26.4.0",
"opencv-python-headless==4.11.0.86",
"PySide6==6.9.0",
"aaredaqlib==0.2.69"
"aaredaqlib==0.2.70"
]
[lint]