Loading pkgs/development/python-modules/scikit-fuzzy/default.nix +7 −2 Original line number Diff line number Diff line { lib , buildPythonPackage , isPy27 , pythonOlder , fetchFromGitHub , matplotlib , networkx Loading @@ -13,7 +13,9 @@ buildPythonPackage rec { pname = "scikit-fuzzy"; version = "unstable-2022-11-07"; disabled = isPy27; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = pname; Loading @@ -25,6 +27,9 @@ buildPythonPackage rec { propagatedBuildInputs = [ networkx numpy scipy ]; nativeCheckInputs = [ matplotlib nose pytestCheckHook ]; # numpy API breakage: "AttributeError: module 'numpy' has no attribute 'float'" disabledTests = [ "test_fuzzy_compare" ]; pythonImportsCheck = [ "skfuzzy" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/scikit-fuzzy/default.nix +7 −2 Original line number Diff line number Diff line { lib , buildPythonPackage , isPy27 , pythonOlder , fetchFromGitHub , matplotlib , networkx Loading @@ -13,7 +13,9 @@ buildPythonPackage rec { pname = "scikit-fuzzy"; version = "unstable-2022-11-07"; disabled = isPy27; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = pname; Loading @@ -25,6 +27,9 @@ buildPythonPackage rec { propagatedBuildInputs = [ networkx numpy scipy ]; nativeCheckInputs = [ matplotlib nose pytestCheckHook ]; # numpy API breakage: "AttributeError: module 'numpy' has no attribute 'float'" disabledTests = [ "test_fuzzy_compare" ]; pythonImportsCheck = [ "skfuzzy" ]; meta = with lib; { Loading