From d155ecc7ca4e93ece61a15f5b5f3ba3d45ed3639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 04:44:51 +0100 Subject: [PATCH] Update pandas requirement from <1.5.2,>1.0 to >1.0,<1.5.4 in /requirements (#16472) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/pytorch/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/test.txt b/requirements/pytorch/test.txt index e445c7acde..c9386e68c4 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -11,7 +11,7 @@ cloudpickle>=1.3, <2.3.0 scikit-learn>0.22.1, <1.2.1 onnxruntime<1.14.0 psutil<5.9.5 # for `DeviceStatsMonitor` -pandas>1.0, <1.5.2 # needed in benchmarks +pandas>1.0, <1.5.4 # needed in benchmarks fastapi<0.87.0 # for `ServableModuleValidator` uvicorn<0.19.1 # for `ServableModuleValidator`