From 769f85d78048c46321a179f5c275841353888733 Mon Sep 17 00:00:00 2001 From: linarphy Date: Wed, 19 Feb 2025 15:21:42 +0100 Subject: [PATCH] Fix email --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 68a3415..6e8ecc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]