Skip to content

Commit c7cdf67

Browse files
author
Jaime Céspedes Sisniega
authored
Merge pull request #237 from IFCA-Advanced-Computing/dependabot/pip/scipy-gte-1.10.0-and-lt-1.12
Update scipy requirement from <1.11,>=1.10.0 to >=1.10.0,<1.12
2 parents 73d0013 + 1c723d5 commit c7cdf67

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
@@ -38,7 +38,7 @@ dependencies = [
3838
"matplotlib>=3.6.0,<3.9",
3939
"numpy>=1.24.0,<1.27",
4040
"requests>=2.31.0,<2.32",
41-
"scipy>=1.10.0,<1.11",
41+
"scipy>=1.10.0,<1.12",
4242
"tqdm>=4.65,<5",
4343
]
4444

0 commit comments

Comments
 (0)