Skip to content

Commit a4d9a0b

Browse files
committed
Force install TF 2.21 and use --no-deps for tfx-bsl in CI
1 parent 56ec762 commit a4d9a0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conda-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
shell: bash -l {0}
7676
run: |
7777
python -m pip install "apache-beam[gcp]>=2.53,<3" "pandas>=1.0,<3" "numpy>=1.22.0"
78-
python -m pip install "tensorflow>=2.21,<2.22"
7978
python -m pip install "tensorflow-metadata>=1.17.1"
80-
python -m pip install "tfx-bsl>=1.17.1"
79+
python -m pip install "tfx-bsl>=1.17.1" --no-deps
80+
python -m pip install "tensorflow>=2.21,<2.22"
8181
python -m pip install "absl-py>=0.9,<2.0.0" "joblib>=1.2.0" "pyarrow>=14" "pyfarmhash>=0.2.2,<0.4" "six>=1.12,<2" "dill" "scipy" "scikit-learn"
8282
python -m pip install "protobuf==6.31.1" --force-reinstall
8383
python -m pip install dist/*.whl --no-deps

0 commit comments

Comments
 (0)