File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11coverage ==7.11.0; python_version >= "3.10"
22coverage ==7.10.7; python_version < "3.10"
3- numpy >=1.21.0, <1.27.0; python_version < "3.12 "
4- numpy >=2.1.0, <2.3.0 ; python_version >= "3.12 "
3+ numpy >=1.21.0, <1.27.0; python_version < "3.10 "
4+ numpy >=2.1.0, <2.3.5 ; python_version >= "3.10 "
55pytest ==8.4.2
66pytest-cov ==7.0.0
77pytest-timeout ==2.4.0
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ pytest-random-order ==1.2.0
1010# needed in tests
1111cloudpickle >=1.3, <3.2.0
1212scikit-learn >0.22.1, <1.8.0
13- numpy >=1.21.0, <1.27.0; python_version < "3.12 "
14- numpy >=2.1.0, <2.3.0 ; python_version >= "3.12 "
13+ numpy >=1.21.0, <1.27.0; python_version < "3.10 "
14+ numpy >=2.1.0, <2.3.5 ; python_version >= "3.10 "
1515onnx >1.12.0, <1.20.0
1616onnxruntime >=1.12.0, <1.24.0
1717onnxscript >= 0.1.0, < 0.6.0
You can’t perform that action at this time.
0 commit comments