From 8753e26d3cb180bd755790fac3957e77aa0cc474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:43:05 +0000 Subject: [PATCH] Update pandas requirement from <2.0.4,>=1.4.0 to >=1.4.0,<2.1.1 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.4.0...v2.1.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6effe82e..e741917e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy>=1.17.2, <1.25.3 torch>=1.10.0, <1.13.2 -pandas>=1.4.0, <2.0.4 +pandas>=1.4.0, <2.1.1 boto3>=1.26.0, <1.26.139 requests>=2.31.0, <2.31.1 sagemaker>=2.112.0, <2.158.1