Skip to content

Commit 82c6fe0

Browse files
build(deps): update pandas requirement from <2.4.0,>2.0 to >2.0,<3.1.0 in /requirements (#21509)
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@v2.0.1...v3.0.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81a57f3 commit 82c6fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ onnxruntime >=1.12.0, <1.24.0
1717
onnxscript >= 0.1.0, < 0.6.0
1818
onnx-ir < 0.1.16
1919
psutil <7.3.0 # for `DeviceStatsMonitor`
20-
pandas >2.0, <2.4.0 # needed in benchmarks
20+
pandas >2.0, <3.1.0 # needed in benchmarks
2121
fastapi # for `ServableModuleValidator` # not setting version as re-defined in App
2222
uvicorn # for `ServableModuleValidator` # not setting version as re-defined in App
2323

0 commit comments

Comments
 (0)