Skip to content

Commit 71f5f12

Browse files
Update scipy requirement from <1.13,>=1.12.0 to >=1.12.0,<1.14
Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35df4eb commit 71f5f12

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
"matplotlib>=3.8.2,<3.9",
4040
"numpy>=1.26.3,<1.27",
4141
"requests>=2.31.0,<2.32",
42-
"scipy>=1.12.0,<1.13",
42+
"scipy>=1.12.0,<1.14",
4343
"tqdm>=4.66.1,<5.0",
4444
]
4545

0 commit comments

Comments
 (0)