Skip to content

Commit 7ed5444

Browse files
andersensamchanglan
authored andcommitted
Pin array-record
GitOrigin-RevId: d19516a
1 parent f86d5bc commit 7ed5444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ core = [
5252
# Apple Silicon dependencies.
5353
# Need to run `conda install -c apple tensorflow-deps` separately.
5454
apple-silicon = [
55-
"array-record==0.8.1.1; platform_machine == 'arm64'", # Prevent mutex.cc lock
55+
"array-record<0.8; platform_machine == 'arm64'", # Prevent mutex.cc lock
5656
]
5757
# Requirements for testing and development.
5858
dev = [

0 commit comments

Comments
 (0)