We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86d5bc commit 7ed5444Copy full SHA for 7ed5444
1 file changed
pyproject.toml
@@ -52,7 +52,7 @@ core = [
52
# Apple Silicon dependencies.
53
# Need to run `conda install -c apple tensorflow-deps` separately.
54
apple-silicon = [
55
- "array-record==0.8.1.1; platform_machine == 'arm64'", # Prevent mutex.cc lock
+ "array-record<0.8; platform_machine == 'arm64'", # Prevent mutex.cc lock
56
]
57
# Requirements for testing and development.
58
dev = [
0 commit comments