Loading pkgs/development/python-modules/mlrose/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ buildPythonPackage, fetchFromGitHub, fetchpatch, setuptools, scikit-learn, pytestCheckHook, pytest-randomly, Loading @@ -12,7 +13,7 @@ buildPythonPackage rec { pname = "mlrose"; version = "1.3.0"; format = "setuptools"; pyproject = true; disabled = isPy27; src = fetchFromGitHub { Loading @@ -30,14 +31,15 @@ buildPythonPackage rec { }) ]; propagatedBuildInputs = [ scikit-learn ]; build-system = [ setuptools ]; dependencies = [ scikit-learn ]; nativeCheckInputs = [ pytest-randomly pytestCheckHook ]; postPatch = '' substituteInPlace setup.py --replace sklearn scikit-learn substituteInPlace setup.py --replace-fail sklearn scikit-learn ''; pythonImportsCheck = [ "mlrose" ]; Loading Loading
pkgs/development/python-modules/mlrose/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ buildPythonPackage, fetchFromGitHub, fetchpatch, setuptools, scikit-learn, pytestCheckHook, pytest-randomly, Loading @@ -12,7 +13,7 @@ buildPythonPackage rec { pname = "mlrose"; version = "1.3.0"; format = "setuptools"; pyproject = true; disabled = isPy27; src = fetchFromGitHub { Loading @@ -30,14 +31,15 @@ buildPythonPackage rec { }) ]; propagatedBuildInputs = [ scikit-learn ]; build-system = [ setuptools ]; dependencies = [ scikit-learn ]; nativeCheckInputs = [ pytest-randomly pytestCheckHook ]; postPatch = '' substituteInPlace setup.py --replace sklearn scikit-learn substituteInPlace setup.py --replace-fail sklearn scikit-learn ''; pythonImportsCheck = [ "mlrose" ]; Loading