Merge pull request #231048 from natsukium/python3Packages.theano/broken

python3Packages.theano: mark as broken
This commit is contained in:
Weijia Wang 2023-05-10 15:16:34 +03:00 committed by GitHub
commit 2ee386428e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,5 +100,6 @@ in buildPythonPackage rec {
description = "A Python library for large-scale array computation";
license = licenses.bsd3;
maintainers = [ ];
broken = true;
};
}