[project] name = "aaredaqlib" version = "0.1.0" description = "Libraries shared between AareDAQ and AareGUI" readme = "README.md" requires-python = ">=3.11" dependencies = [ "pydantic==2.11.4", "numpy==2.2.5", ] [lint] ignore = ["F401", "F541", "W503", "W504"] [build-system] requires = ["setuptools>=75.6.0"] build-backend = "setuptools.build_meta"