mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python2.pkgs.mkrose: mark as broken
It supports only Python 3 now.
This commit is contained in:
parent
0c02ecaea2
commit
2dfb002a9b
@ -1,8 +1,9 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, scikitlearn }:
|
||||
{ stdenv, isPy27, buildPythonPackage, fetchPypi, scikitlearn }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mlrose";
|
||||
version = "1.2.0";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user