From d44b1ac0f94f05a909df66f9f49e701e28d85e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:50:28 +0000 Subject: [PATCH] Bump scipy in /Mutual_Inconcistency_Detection/experiments Bumps [scipy](https://github.com/scipy/scipy) from 1.7.1 to 1.11.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.7.1...v1.11.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Mutual_Inconcistency_Detection/experiments/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mutual_Inconcistency_Detection/experiments/requirements.txt b/Mutual_Inconcistency_Detection/experiments/requirements.txt index 40f1314d..be6f675c 100644 --- a/Mutual_Inconcistency_Detection/experiments/requirements.txt +++ b/Mutual_Inconcistency_Detection/experiments/requirements.txt @@ -1,4 +1,4 @@ seaborn==0.11.2 matplotlib==3.4.3 pandas==1.3.3 -scipy==1.7.1 \ No newline at end of file +scipy==1.11.1 \ No newline at end of file