From fc6708cb7521d94abc13bf56dfcf7601e2cf7aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:22:39 +0000 Subject: [PATCH] Bump scipy from 1.0.1 to 1.10.0 in /sagemaker-training-template Bumps [scipy](https://github.com/scipy/scipy) from 1.0.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.0.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sagemaker-training-template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sagemaker-training-template/requirements.txt b/sagemaker-training-template/requirements.txt index 01a38d1..eb73885 100644 --- a/sagemaker-training-template/requirements.txt +++ b/sagemaker-training-template/requirements.txt @@ -1,6 +1,6 @@ numpy==1.14.2 pandas==0.23.1 scikit-learn==0.19.1 -scipy==1.0.1 +scipy==1.10.0 pyspark-dist-explore==0.1.4 joblib==0.12.4 \ No newline at end of file