mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-16 01:45:11 +00:00
python3Packages.theano: mark as broken
theano is old enough and will no longer be updated
This commit is contained in:
parent
cf4f8bfe60
commit
4e670ff3ff
@ -100,5 +100,6 @@ in buildPythonPackage rec {
|
||||
description = "A Python library for large-scale array computation";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ ];
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user