Skip to content

Commit c51b347

Browse files
build(deps): update pandas requirement from <2.2.0,>1.0 to >1.0,<2.3.0 in /requirements (#20764)
build(deps): 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](pandas-dev/pandas@v1.0.1...v2.2.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82c584a commit c51b347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/pytorch/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ numpy >=1.17.2, <1.27.0
1212
onnx >=1.12.0, <1.17.0
1313
onnxruntime >=1.12.0, <1.21.0
1414
psutil <5.9.6 # for `DeviceStatsMonitor`
15-
pandas >1.0, <2.2.0 # needed in benchmarks
15+
pandas >1.0, <2.3.0 # needed in benchmarks
1616
fastapi # for `ServableModuleValidator` # not setting version as re-defined in App
1717
uvicorn # for `ServableModuleValidator` # not setting version as re-defined in App
1818

0 commit comments

Comments
 (0)