Skip to content

Commit 971365c

Browse files
committed
Fix array_record on macos
1 parent 5c7191d commit 971365c

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-
"tensorflow-metal==1.1.0; platform_machine == 'arm64'",
55+
"array-record==0.8.1.1; platform_machine == 'arm64'", # Prevent mutex.cc lock
5656
]
5757
# Requirements for testing and development.
5858
dev = [

0 commit comments

Comments
 (0)