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

python3Packages.theano: mark as broken

authored by

Weijia Wang and committed by
GitHub
2ee38642 88cb27db

+1
+1
pkgs/development/python-modules/theano/default.nix
··· 100 100 description = "A Python library for large-scale array computation"; 101 101 license = licenses.bsd3; 102 102 maintainers = [ ]; 103 + broken = true; 103 104 }; 104 105 }