Skip to content

Commit 0c9f00c

Browse files
committed
Remove constraints on pyarrow
1 parent 660e959 commit 0c9f00c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

sdks/python/apache_beam/testing/benchmarks/cloudml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ tensorflow-transform==1.21.0
2121
tensorflow>=2.16,<2.17
2222
numpy
2323
tensorflow-metadata==1.21.0
24-
pyarrow>=10,<11
24+
pyarrow
2525
tensorflow-serving-api>=2.16.1,<2.20
2626
tf-keras>=2.16.0,<2.17

sdks/python/test-suites/dataflow/common.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)