File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
name : Install pytorch on MacOS for python 3.9 to 3.11
58
58
shell : bash -l {0}
59
59
run : |
60
- conda install --yes --quiet pytorch torchvision captum "protobuf<5.28 .0" -c pytorch -c conda-forge --strict-channel-priority
60
+ conda install --yes --quiet pytorch torchvision captum "protobuf<5.26 .0" -c pytorch -c conda-forge --strict-channel-priority
61
61
62
62
- if : ${{ matrix.operatingSystem == 'macos-latest' }}
63
63
name : Install lightgbm from conda on MacOS
68
68
- name : Install backwards-compatible tf-keras for transformers
69
69
shell : bash -l {0}
70
70
run : |
71
- pip install tf-keras "protobuf<5.28.0"
71
+ pip install tf-keras
72
72
73
73
- name : Install package
74
74
shell : bash -l {0}
Original file line number Diff line number Diff line change 2
2
xgboost
3
3
catboost
4
4
tensorflow
5
- protobuf < 5.28 .0 ; platform_system == 'Darwin'
5
+ protobuf < 5.26 .0 ; platform_system == 'Darwin'
6
6
shap
7
7
transformers < 4.40.0
8
8
datasets
You can’t perform that action at this time.
0 commit comments