Merge pull request #791 from dbaynard/overrides/tensorflow-macos

Add overrides for tensorflow-macos
This commit is contained in:
adisbladis 2022-11-04 16:54:14 +13:00 committed by GitHub
commit 6b3afb09a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -7647,6 +7647,9 @@
"libasyncns": [
"setuptools"
],
"libclang": [
"setuptools"
],
"libcloud": [
"setuptools"
],

View file

@ -2229,6 +2229,12 @@ lib.composeManyExtensions [
}
);
tensorflow-macos = super.tensorflow-macos.overridePythonAttrs (
old: {
postInstall = self.tensorflow.postInstall;
}
);
tensorpack = super.tensorpack.overridePythonAttrs (
old: {
postPatch = ''