File tree Expand file tree Collapse file tree
apache_beam/testing/benchmarks/cloudml Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ tensorflow-transform==1.21.0
2121tensorflow >= 2.16 ,< 2.17
2222numpy
2323tensorflow-metadata == 1.21.0
24- pyarrow >= 10 , < 11
24+ pyarrow
2525tensorflow-serving-api >= 2.16.1 ,< 2.20
2626tf-keras >= 2.16.0 ,< 2.17
Original file line number Diff line number Diff line change @@ -573,9 +573,6 @@ task installTFTRequirements {
573573 exec {
574574 workingDir " $rootProject . projectDir /sdks/python/apache_beam/testing/benchmarks/cloudml/"
575575 executable ' sh'
576- // installGcpTest already installed apache-beam[gcp]. tensorflow-transform also
577- // lists that dependency, so a plain pip install -r can re-resolve the GCP extra
578- // and hit ResolutionTooDeep. Install TFT with --no-deps instead.
579576 args ' -c' , " . ${ envdir} /bin/activate && " +
580577 " grep -v '^tensorflow-transform' requirements.txt > /tmp/cloudml_tft_base_requirements.txt && " +
581578 " pip install -r /tmp/cloudml_tft_base_requirements.txt"
You can’t perform that action at this time.
0 commit comments