Files
AareDAQ/gui/pyproject.toml
T
GotthardG bb0ad68db7
Build and Publish / build (push) Successful in 22s
Build and Publish / Build and Deploy Docs (push) Successful in 42s
Update versions and modify aperture field in DataCollectionParameters
Incremented project versions for `aaredaq`, `aaregui`, and `aaredaqlib` to `0.2.71`. Updated dependencies to ensure consistency across modules. Changed the `aperture` field in `DataCollectionParameters` from `Optional[str]` to `Optional[int]` in `aaredaqlib`.
2026-02-18 16:30:27 +01:00

29 lines
555 B
TOML

[project]
name = "aaregui"
version = "0.2.71"
description = "Beamline control GUI"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pyjwt==2.10.1",
"pyzmq==26.4.0",
"opencv-python-headless==4.11.0.86",
"PySide6==6.9.0",
"aaredaqlib==0.2.71"
]
[lint]
ignore = ["F401", "F541", "W503", "W504"]
[build-system]
requires = ["setuptools>=75.6.0"]
build-backend = "setuptools.build_meta"
[tool.uv.sources]
aaredb = { index = "psi"}
[[tool.uv.index]]
name = "psi"
url = "https://gitea.psi.ch/api/packages/mx/pypi/simple"