From 2af2d842f464f10af7e568cbff20f485d4c8d8ca Mon Sep 17 00:00:00 2001 From: William Benoit Date: Sat, 18 Jan 2025 11:18:29 -0800 Subject: [PATCH] Do extra correctly(?) --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bdde1d67..6c4e4073 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,14 +72,13 @@ python = [testenv:py{39,310,311,312}] deps = - coverage>=7.6,<8 + coverage[toml]>=7.6,<8 pytest>=7,<8 lalsuite>=7,<8 bilby>=1.1,<2 gwpy>=3.0 numpy>=1,<2 scipy>=1.9,<1.15 -extras = toml commands = coverage run -m pytest tests/test_gw.py """