Update pandas requirement from <1.5.1,>1.0 to >1.0,<1.5.2 in /requirements (#15263)
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.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 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:
parent
02074f16c7
commit
27a1f5c811
|
@ -11,6 +11,6 @@ cloudpickle>=1.3, <=2.1.0
|
||||||
scikit-learn>0.22.1, <1.1.3
|
scikit-learn>0.22.1, <1.1.3
|
||||||
onnxruntime<1.13.0
|
onnxruntime<1.13.0
|
||||||
psutil<5.9.3 # for `DeviceStatsMonitor`
|
psutil<5.9.3 # for `DeviceStatsMonitor`
|
||||||
pandas>1.0, <1.5.1 # needed in benchmarks
|
pandas>1.0, <1.5.2 # needed in benchmarks
|
||||||
fastapi<0.83.0
|
fastapi<0.83.0
|
||||||
uvicorn<=0.18.2
|
uvicorn<=0.18.2
|
||||||
|
|
Loading…
Reference in New Issue