From eeda9b05bd669e809696db8fe8e37a454e54bff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 19:02:57 +0000 Subject: [PATCH] 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) - [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.0.1...v1.5.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 22bd62bef9311..a6fa5908bb36d 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -12,6 +12,6 @@ cloudpickle>=1.3, <=2.1.0 scikit-learn>0.22.1, <1.1.3 onnxruntime<1.13.0 psutil<5.9.3 # for `DeviceStatsMonitor` -pandas>1.0, <=1.4.3 # needed in benchmarks +pandas>1.0, <1.5.1 # needed in benchmarks fastapi<0.83.0 uvicorn<=0.18.2