python311Packages.einops: set __darwinAllowLocalNetworking

This commit is contained in:
natsukium 2024-06-08 21:48:39 +09:00
parent beae7d2b52
commit 225752be5c
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -55,6 +55,8 @@ buildPythonPackage rec {
disabledTestPaths = [ "tests/test_layers.py" ];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Flexible and powerful tensor operations for readable and reliable code";
homepage = "https://github.com/arogozhnikov/einops";