From 931bb738fccc9c70b9386d921b14f603ab211464 Mon Sep 17 00:00:00 2001 From: theissenhelen Date: Tue, 28 May 2024 16:39:32 +0000 Subject: [PATCH] fix: duplicate lines in toml --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e7559a..2282b95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,10 +68,6 @@ dev = [ "hypothesis", ] -all = [] - -dev = [] - [project.urls] Homepage = "https://github.com/ecmwf/anemoi-models/" Documentation = "https://anemoi-models.readthedocs.io/"