Fix email
This commit is contained in:
parent
a8b3ab2b24
commit
769f85d780
1 changed files with 9 additions and 9 deletions
|
@ -2,16 +2,16 @@
|
|||
name = "finesse-simulation-04"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = [{ name = "linarphy", email = "augustin.demagny@42l.fr" }]
|
||||
authors = [{ name = "linarphy", email = "augustin.demagny@ligo.org" }]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"basedpyright>=1.27.1",
|
||||
"finesse>=3.0a31",
|
||||
"finesse-virgo>=1.0.9",
|
||||
"jupyter-lsp>=2.2.5",
|
||||
"jupyterlab>=4.3.5",
|
||||
"jupyterlab-code-formatter>=3.0.2",
|
||||
"jupyterlab-lsp>=5.1.0",
|
||||
"ruff>=0.9.6",
|
||||
"basedpyright>=1.27.1",
|
||||
"finesse>=3.0a31",
|
||||
"finesse-virgo>=1.0.9",
|
||||
"jupyter-lsp>=2.2.5",
|
||||
"jupyterlab>=4.3.5",
|
||||
"jupyterlab-code-formatter>=3.0.2",
|
||||
"jupyterlab-lsp>=5.1.0",
|
||||
"ruff>=0.9.6",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue