Skip to content

Commit

Permalink
add apache-beam version pin to README
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 694581506
  • Loading branch information
ArrayRecord Team authored and copybara-github committed Nov 8, 2024
1 parent b61ff7c commit 0982dcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions beam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

#### Convert TFRecord in a GCS bucket to ArrayRecord
```
pip install apache-beam[gcp]==2.53.0
pip install array-record[beam]
# check that apache-beam is still at 2.53.0
pip show apache-beam
git clone https://github.com/google/array_record.git
cd array_record/beam/examples
# Fill in the required fields in example_gcs_conversion.py
Expand Down

0 comments on commit 0982dcc

Please sign in to comment.