Skip to content

Commit 64b891e

Browse files
Update scipy requirement from <1.12,>=1.11.4 to >=1.11.4,<1.13
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.11.4...v1.12.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bf42038 commit 64b891e

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.11.4,<1.12",
42+
"scipy>=1.11.4,<1.13",
4343
"tqdm>=4.66.1,<5.0",
4444
]
4545

0 commit comments

Comments
 (0)