Skip to content

Commit

Permalink
python2.pkgs.mkrose: mark as broken
Browse files Browse the repository at this point in the history
It supports only Python 3 now.
  • Loading branch information
abbradar committed Oct 3, 2019
1 parent 0c02eca commit 2dfb002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/mlrose/default.nix
@@ -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;
Expand Down

0 comments on commit 2dfb002

Please sign in to comment.