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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-01 18:38:35 +00:00 committed by GitHub
parent 10aa00faeb
commit f8bc6ec34c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`