More clauding

This commit is contained in:
2026-03-05 13:19:12 -06:00
parent 5a21f38dab
commit 29e80e74cd
29 changed files with 2380 additions and 1573 deletions

View File

@@ -4,22 +4,25 @@ build-backend = "setuptools.build_meta"
[project]
name = "team1k"
version = "0.0.1"
version = "0.1.0"
authors = [
{ name="Sebastian Strempfer", email="sstrempfer@anl.gov" },
]
description = "Controls for the TEAM1k detector"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
dependencies = [
"numpy >= 1.24.0",
"pyserial >= 3.5",
"p4p >= 4.1.0",
"pyzmq >= 25.0.0",
"pyyaml >= 6.0",
"pyvisa >= 1.13.0",
"pyvisa-py >= 0.7.0",
"dataclass-mage >= 0.25.1",
]
[project.optional-dependencies]
hdf5 = ["h5py >= 3.0.0"]
client = ["tqdm >= 4.60.0"]
[project.scripts]
team1k-server = "team1k.server:main"