Skip to content

Commit e55164f

Browse files
Update scipy requirement from <1.14,>=1.12.0 to >=1.12.0,<1.15
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.14.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent acde823 commit e55164f

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.10",
4040
"numpy>=1.26.3,<1.27",
4141
"requests>=2.31.0,<2.33",
42-
"scipy>=1.12.0,<1.14",
42+
"scipy>=1.12.0,<1.15",
4343
"tqdm>=4.66.1,<5.0",
4444
]
4545

0 commit comments

Comments
 (0)