We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb21c0e commit b6c2592Copy full SHA for b6c2592
.azure-pipelines/linux-conda-CI.yml
@@ -15,6 +15,16 @@ jobs:
15
strategy:
16
matrix:
17
18
+ Python311-1150-RT117-xgb2-lgbm40:
19
+ python.version: '3.11'
20
+ ONNX_PATH: 'onnx==1.15.0'
21
+ ONNXRT_PATH: 'onnxruntime==1.17'
22
+ COREML_PATH: NONE
23
+ lightgbm.version: '>=4.0'
24
+ xgboost.version: '>=2'
25
+ numpy.version: ''
26
+ scipy.version: ''
27
+
28
Python311-1150-RT1163-xgb2-lgbm40:
29
python.version: '3.11'
30
ONNX_PATH: 'onnx==1.15.0'
.azure-pipelines/win32-conda-CI.yml
@@ -15,6 +15,14 @@ jobs:
+ Python311-1150-RT117:
+ xgboost.version: '2.0.2'
Python311-1150-RT1163:
0 commit comments