python310Packages.torch-bin: correct meta.platforms
This commit is contained in:
parent
cb3ea0b0c7
commit
829b777f53
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ in buildPythonPackage {
|
|||
# https://www.intel.com/content/www/us/en/developer/articles/license/onemkl-license-faq.html
|
||||
license = licenses.bsd3;
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
platforms = [ "aarch64-darwin" "x86_64-darwin" "x86_64-linux" ];
|
||||
hydraPlatforms = []; # output size 3.2G on 1.11.0
|
||||
maintainers = with maintainers; [ junjihashimoto ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue