Skip to content

Commit 465c8d7

Browse files
committed
Install all TFDV dependencies manually in CI to fix collection errors
1 parent f605fba commit 465c8d7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/conda-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ 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"
79+
python -m pip install "tensorflow-metadata>=1.17.1,<1.18"
80+
python -m pip install "tfx-bsl>=1.17.1,<1.18"
81+
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"
7882
python -m pip install "protobuf==6.31.1" --force-reinstall
7983
python -m pip install dist/*.whl --no-deps
8084
python -m pip install pytest

0 commit comments

Comments
 (0)