File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 6666 shell : bash -l {0}
6767 run : |
6868 pip install -r requirements-test.txt
69+ pip install https://publictestdatasets.blob.core.windows.net/packages/pypi/ml-wrappers/ml_wrappers-0.6.0-py3-none-any.whl
6970 - name : Test with pytest
7071 shell : bash -l {0}
7172 run : |
Original file line number Diff line number Diff line change @@ -19,15 +19,13 @@ steps:
1919
2020 - bash : |
2121 source activate ${{parameters.condaEnv}}
22- conda install --yes --quiet --name ${{parameters.condaEnv}} "numpy<1.24.0" -c conda-forge
23- conda install --yes --quiet --name ${{parameters.condaEnv}} pytorch torchvision cpuonly -c pytorch
22+ conda install --yes --quiet --name ${{parameters.condaEnv}} pytorch torchvision cpuonly -c pytorch -c conda-forge --strict-channel-priority
2423 displayName: Install Anaconda packages
2524 condition: ne(variables['Agent.OS'], 'Darwin')
2625
2726 - bash : |
2827 source activate ${{parameters.condaEnv}}
29- conda install --yes --quiet --name ${{parameters.condaEnv}} "numpy<1.24.0" -c conda-forge
30- conda install --yes --quiet --name ${{parameters.condaEnv}} pytorch torchvision -c pytorch
28+ conda install --yes --quiet --name ${{parameters.condaEnv}} pytorch torchvision -c pytorch -c conda-forge --strict-channel-priority
3129 displayName: Install Anaconda packages on MacOS, which should not include cpuonly according to official docs
3230 condition: eq(variables['Agent.OS'], 'Darwin')
3331
Original file line number Diff line number Diff line change 3939 'numpy' ,
4040 'pandas' ,
4141 'scipy' ,
42- 'ml-wrappers~=0.5.4 ' ,
42+ 'ml-wrappers' ,
4343 'scikit-learn' ,
4444 'packaging' ,
4545 'interpret-core>=0.1.20, <0.5.0; python_version <= "3.7"' ,
You can’t perform that action at this time.
0 commit comments