Skip to content

Commit 3924f20

Browse files
dependabot[bot]alvarolopez
authored andcommitted
Update scipy requirement from <1.15,>=1.12.0 to >=1.12.0,<1.16
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.15.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6f61f9 commit 3924f20

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
@@ -40,7 +40,7 @@ dependencies = [
4040
"matplotlib>=3.8.2,<3.10",
4141
"numpy>=1.26.3,<2.3",
4242
"requests>=2.31.0,<2.33",
43-
"scipy>=1.12.0,<1.15",
43+
"scipy>=1.12.0,<1.16",
4444
"tqdm>=4.66.1,<5.0",
4545
]
4646

0 commit comments

Comments
 (0)