forked from mirrors/nixpkgs
python3Packages.scikit-fuzzy: unstable-2020-10-03 -> unstable-2021-03-31
This commit is contained in:
parent
43cc2477ae
commit
2739ab54fb
|
@ -12,19 +12,22 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "scikit-fuzzy";
|
||||
version = "unstable-2020-10-03";
|
||||
version = "unstable-2021-03-31";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "eecf303b701e3efacdc9b9066207ef605d4facaa";
|
||||
sha256 = "18dl0017iqwc7446hqgabhibgjwdakhmycpis6zpvvkkv4ip5062";
|
||||
rev = "92ad3c382ac19707086204ac6cdf6e81353345a7";
|
||||
sha256 = "0q89p385nsg3lymlsqm3mw6y45vgrk6w9p30igbm59b7r9mkgdj8";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ networkx numpy scipy ];
|
||||
checkInputs = [ matplotlib nose pytestCheckHook ];
|
||||
|
||||
# test error: "ValueError: could not convert string to float: '2.6.2'"
|
||||
disabledTestPaths = [ "skfuzzy/control/tests/test_controlsystem.py" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/scikit-fuzzy/scikit-fuzzy";
|
||||
description = "Fuzzy logic toolkit for scientific Python";
|
||||
|
|
Loading…
Reference in a new issue