File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 5454 - name : Install basic dependencies
5555 run : |
5656 python -m pip install -e .[tests] -f https://download.pytorch.org/whl/torch_stable.html
57- - name : Test with older SKLearn on Linux with py3.9 to check backward compatibility
58- if : ${{ matrix.python-version == '3.9' && startsWith(matrix.os, 'ubuntu') == true }}
59- run : python -m pip install scikit-learn==1.2.1
60- - name : Pin SKLearn<1.5.0 on not Linux with py3.9
61- if : ${{ !(matrix.python-version == '3.9' && startsWith(matrix.os, 'ubuntu') == true) }}
62- run : python -m pip install "scikit-learn<1.5.0"
6357 - name : Run basic tests without extra
6458 run : pytest
6559 - name : Coverage on basic tests without extra
Original file line number Diff line number Diff line change 2323 "numpy>=1.15" ,
2424 "onnxconverter-common>=1.6.0" ,
2525 "scipy" ,
26- "scikit-learn" ,
26+ "scikit-learn>=1.5.0 " ,
2727 "torch>1.7.0" ,
2828 "psutil" ,
2929 "dill" ,
You can’t perform that action at this time.
0 commit comments