Skip to content

Commit

Permalink
Do extra correctly(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenoit26 committed Jan 18, 2025
1 parent 917ec2b commit 2af2d84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down

0 comments on commit 2af2d84

Please sign in to comment.