From 49f3d7d3407034a746caf0e400de461c1bc442b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 14:19:57 +0000 Subject: [PATCH] build(deps): bump scipy from 1.5.2 to 1.10.0 in /ddlearn Bumps [scipy](https://github.com/scipy/scipy) from 1.5.2 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.5.2...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ddlearn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 ddlearn/requirements.txt diff --git a/ddlearn/requirements.txt b/ddlearn/requirements.txt old mode 100755 new mode 100644 index 1a15443..f4a5122 --- a/ddlearn/requirements.txt +++ b/ddlearn/requirements.txt @@ -1,4 +1,4 @@ numpy==1.19.2 scikit-learn==0.23.2 -scipy==1.5.2 +scipy==1.10.0 tqdm==4.61.1