22 lines
703 B
TOML
22 lines
703 B
TOML
[project]
|
|
name = "jupyter-speed"
|
|
version = "0.1.0"
|
|
description = "Jupyter work to compute and check maximum speed accepted on benches on Virgo"
|
|
authors = [{name = "augustin.demagny", email = "augustin.demagny@ligo.org"}]
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"backscattering-analyzer",
|
|
"basedpyright>=1.28.4",
|
|
"ipympl>=0.9.7",
|
|
"jupyter-lsp>=2.2.5",
|
|
"jupyterlab>=4.4.0",
|
|
"matplotlib-label-lines>=0.8.0",
|
|
"rich>=14.0.0",
|
|
"ruff>=0.11.4",
|
|
"science-signal",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
science-signal = { path = "../main_script_virgo/modules/science_signal" }
|
|
backscattering-analyzer = { path = "../main_script_virgo/modules/backscattering-analyzer" }
|