Skip to content

Commit 83e754c

Browse files
committed
Raise minimum *Scipy* version to 1.13.0.
1 parent 5a970d3 commit 83e754c

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
@@ -58,7 +58,7 @@ optional = [
5858
"openimageio>=3,<4",
5959
"pandas>=2.2,<3",
6060
"pydot>=3,<4",
61-
"scipy>=1.12.0,<2",
61+
"scipy>=1.13.0,<2",
6262
"tqdm>=4,<5",
6363
"xxhash>=3,<4",
6464
]

0 commit comments

Comments
 (0)