Update scikit-learn requirement from <1.2.1,>0.22.1 to >0.22.1,<1.3.1 in /requirements (#17954)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5d7669af46
commit
0af51fa3be
|
@ -7,7 +7,7 @@ pytest-random-order ==1.1.0
|
|||
|
||||
# needed in tests
|
||||
cloudpickle >=1.3, <2.3.0
|
||||
scikit-learn >0.22.1, <1.2.1
|
||||
scikit-learn >0.22.1, <1.3.1
|
||||
onnx <1.15.0
|
||||
onnxruntime <1.16.0
|
||||
psutil <5.9.5 # for `DeviceStatsMonitor`
|
||||
|
|
Loading…
Reference in New Issue