Skip to content

Commit 91ff402

Browse files
committed
fixup
1 parent d04c924 commit 91ff402

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI-python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: Install pytorch on MacOS for python 3.9 to 3.11
5858
shell: bash -l {0}
5959
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
6161
6262
- if: ${{ matrix.operatingSystem == 'macos-latest' }}
6363
name: Install lightgbm from conda on MacOS
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install backwards-compatible tf-keras for transformers
6969
shell: bash -l {0}
7070
run: |
71-
pip install tf-keras "protobuf<5.28.0"
71+
pip install tf-keras
7272
7373
- name: Install package
7474
shell: bash -l {0}

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lightgbm
22
xgboost
33
catboost
44
tensorflow
5-
protobuf<5.28.0; platform_system == 'Darwin'
5+
protobuf<5.26.0; platform_system == 'Darwin'
66
shap
77
transformers<4.40.0
88
datasets

0 commit comments

Comments
 (0)