Skip to content

Commit

Permalink
WAR bad array_record wheel on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
nouiz committed Oct 31, 2023
1 parent d8701b7 commit 120655b
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 120655b

Please sign in to comment.