Update pandas requirement from <1.5.4,>1.0 to >1.0,<2.0.2 in /requirements (#17534)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7c6d42a6b9
commit
c950ae2ee0
|
@ -10,7 +10,7 @@ scikit-learn>0.22.1, <1.2.1
|
|||
onnx<1.14.0
|
||||
onnxruntime<1.14.0
|
||||
psutil<5.9.5 # for `DeviceStatsMonitor`
|
||||
pandas>1.0, <1.5.4 # needed in benchmarks
|
||||
pandas>1.0, <2.0.2 # needed in benchmarks
|
||||
fastapi<0.87.0 # for `ServableModuleValidator`
|
||||
uvicorn<0.21.2 # for `ServableModuleValidator`
|
||||
|
||||
|
|
Loading…
Reference in New Issue