Skip to content

Commit bec0380

Browse files
committed
Relax tfx-bsl and tensorflow-metadata constraints in CI
1 parent 465c8d7 commit bec0380

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
@@ -76,8 +76,8 @@ jobs:
7676
run: |
7777
python -m pip install "apache-beam[gcp]>=2.53,<3" "pandas>=1.0,<3" "numpy>=1.22.0"
7878
python -m pip install "tensorflow>=2.21,<2.22"
79-
python -m pip install "tensorflow-metadata>=1.17.1,<1.18"
80-
python -m pip install "tfx-bsl>=1.17.1,<1.18"
79+
python -m pip install "tensorflow-metadata>=1.17.1"
80+
python -m pip install "tfx-bsl>=1.17.1"
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"
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)