Skip to content

Commit e34c2c4

Browse files
pip prod(deps): update scipy requirement
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.8.0...v1.15.3) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.15.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60def5f commit e34c2c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-optional.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
matplotlib<3.10.10
22
pillow>11,<12.2.1
33
pyrevolve==2.2.8
4-
scipy>=1.8.0,<1.18.1
4+
scipy>=1.15.3,<1.18.1
55
distributed<2026.7.2
66
click<9.0
77
cloudpickle<3.1.3

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pytest-runner<6.0.2
33
pytest-cov<7.1.1
44
flake8-pyproject>=1.2.3,<1.2.5
55
nbval<0.11.1
6-
scipy>=1.8.0,<1.18.1
6+
scipy>=1.15.3,<1.18.1
77
pooch<1.9.1
88
click<9.0
99
cloudpickle<3.1.3

0 commit comments

Comments
 (0)