14 lines
431 B
TOML
14 lines
431 B
TOML
[project]
|
|
name = "camera_analysis"
|
|
version = "1.0.0"
|
|
description = "Tools to check beam path on camera"
|
|
authors = [{ name = "linarphy", email = "augustin.demagny@ligo.org" }]
|
|
readme = "README.md"
|
|
requires-python = ">3.12"
|
|
dependencies = ["framel", "gwpy>=3.0.12", "pyqt6>=6.9.0", "rich>=14.0.0"]
|
|
|
|
[dependency-groups]
|
|
dev = ["basedpyright>=1.29.0", "ruff>=0.11.6"]
|
|
|
|
[tool.uv.sources]
|
|
framel = { path = "../../../Fr/custom_python" }
|