From f8bc6ec34c6b9c702bb860394a072e103c2df298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:38:35 +0000 Subject: [PATCH] Update pandas requirement from <2.0.3,>1.0 to >1.0,<2.0.4 in /requirements (#18034) Update pandas requirement in /requirements 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.0.1...v2.0.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 1e8902d70c..4d1d091346 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -11,7 +11,7 @@ scikit-learn >0.22.1, <1.3.1 onnx <1.15.0 onnxruntime <1.16.0 psutil <5.9.5 # for `DeviceStatsMonitor` -pandas >1.0, <2.0.3 # needed in benchmarks +pandas >1.0, <2.0.4 # needed in benchmarks fastapi <0.100.0 # for `ServableModuleValidator` uvicorn <0.22.1 # for `ServableModuleValidator`