Skip to content

Commit

Permalink
Merge pull request #5109 from nouiz:array_record_arm
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 578468755
  • Loading branch information
The TensorFlow Datasets Authors committed Nov 1, 2023
2 parents 6f7bb81 + 120655b commit e82921d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@

REQUIRED_PKGS = [
'absl-py',
'array_record',
# Min version of 0.5.0 as old array_record wheel are bugged on all
# platform except 'x86_64'. See
# https://github.com/google/array_record/issues/71
'array_record>=0.5.0',
'click',
'dm-tree',
'etils[enp,epath,etree]>=0.9.0',
Expand Down

0 comments on commit e82921d

Please sign in to comment.