Skip to content

Commit

Permalink
Add scipy to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jan 25, 2025
1 parent b04e37c commit 93b84a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ test = [
"pre-commit",
"pytest",
"pytest-cov",
"python-dateutil",
"python-dateutil", # used in some tests
"ruff",
"scipy", # used in some tests
"tox",
]

Expand Down

0 comments on commit 93b84a4

Please sign in to comment.