Skip to content

Commit 875110a

Browse files
committed
Add scipy to test dependencies
The fast GoL model needs it.
1 parent a0d50a8 commit 875110a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ requires-python = ">=3.8"
1212
[project.optional-dependencies]
1313
test = [
1414
"pytest",
15+
"scipy",
1516
]
1617
test_gis = [
1718
"pytest",

0 commit comments

Comments
 (0)