Skip to content

Commit 39d8bff

Browse files
Merge pull request #335 from IFCA-Advanced-Computing/dependabot/pip/scipy-gte-1.12.0-and-lt-1.15
Update scipy requirement from <1.14,>=1.12.0 to >=1.12.0,<1.15
2 parents eea94c6 + 77ed520 commit 39d8bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
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,<2.1",
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)