From c7e0ae7c753e72da288d55d4854d7414a6c0f76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 21:04:27 +0000 Subject: [PATCH] Bump numpy from 1.20.3 to 1.21.0 in /tsforecast Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.20.3...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tsforecast/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsforecast/requirements.txt b/tsforecast/requirements.txt index cd44c0e6..687a2b1e 100644 --- a/tsforecast/requirements.txt +++ b/tsforecast/requirements.txt @@ -1,5 +1,5 @@ sagemaker-training -numpy==1.20.3 +numpy==1.21.0 pandas==1.3.3 statsforecast==0.4.0 fastcore