Skip to content

Commit 4f78937

Browse files
committed
Pin scipy>1.0
It came out in 2017 before this project was v young. I think we're okay
1 parent 1f6e60e commit 4f78937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"Bug Tracker" = "https://github.com/CORE-GATECH-GROUP/serpent-tools/issues"
4040

4141
[project.optional-dependencies]
42-
extras = ["pandas>1", "scipy"]
42+
extras = ["pandas>1", "scipy>1.0"]
4343
test = ["pytest>=8", "pytest-cov", "coverage"]
4444
ci = ["jupyter"]
4545

0 commit comments

Comments
 (0)