Skip to content

Commit 753e6cc

Browse files
Update scipy requirement from ~=1.16.3 to ~=1.17.0 in /dao (#509)
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.16.3...v1.17.0) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4fb6c5b commit 753e6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dao/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ tzlocal~=5.3.1
2424
mip==1.16rc0
2525
scikit-learn~=1.8.0
2626
xgboost~=3.1.3
27-
scipy~=1.16.3
27+
scipy~=1.17.0
2828
joblib~=1.5.3
2929
knmi-py~=0.2.0

0 commit comments

Comments
 (0)