Loading pkgs/development/python-modules/mhcflurry/default.nix +2 −14 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ , nose , pandas , pytestCheckHook , pythonRelaxDepsHook , pyyaml , scikit-learn , tensorflow Loading @@ -16,23 +15,16 @@ buildPythonPackage rec { pname = "mhcflurry"; version = "2.0.6"; version = "2.1.0"; format = "setuptools"; src = fetchFromGitHub { owner = "openvax"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-Cr7L6uo6Kc1PSeG5nK6zQSD7eeCFcUJUzhsX+waz7og="; hash = "sha256-VyPHcNlZYgNJZb2UBFX55x+nE0GnHixkcsiTNjDCju0="; }; nativeBuildInputs = [ pythonRelaxDepsHook ]; pythonRemoveDeps = [ # See https://github.com/openvax/mhcflurry/issues/216. "np-utils" ]; # keras and tensorflow are not in the official setup.py requirements but are required for the CLI utilities to run. propagatedBuildInputs = [ appdirs Loading Loading @@ -75,10 +67,6 @@ buildPythonPackage rec { "test_run_serial" "test_speed_allele_specific" "test_speed_pan_allele" # See https://github.com/openvax/mhcflurry/issues/217 "test_more" "test_small" ]; disabledTestPaths = [ Loading Loading
pkgs/development/python-modules/mhcflurry/default.nix +2 −14 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ , nose , pandas , pytestCheckHook , pythonRelaxDepsHook , pyyaml , scikit-learn , tensorflow Loading @@ -16,23 +15,16 @@ buildPythonPackage rec { pname = "mhcflurry"; version = "2.0.6"; version = "2.1.0"; format = "setuptools"; src = fetchFromGitHub { owner = "openvax"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-Cr7L6uo6Kc1PSeG5nK6zQSD7eeCFcUJUzhsX+waz7og="; hash = "sha256-VyPHcNlZYgNJZb2UBFX55x+nE0GnHixkcsiTNjDCju0="; }; nativeBuildInputs = [ pythonRelaxDepsHook ]; pythonRemoveDeps = [ # See https://github.com/openvax/mhcflurry/issues/216. "np-utils" ]; # keras and tensorflow are not in the official setup.py requirements but are required for the CLI utilities to run. propagatedBuildInputs = [ appdirs Loading Loading @@ -75,10 +67,6 @@ buildPythonPackage rec { "test_run_serial" "test_speed_allele_specific" "test_speed_pan_allele" # See https://github.com/openvax/mhcflurry/issues/217 "test_more" "test_small" ]; disabledTestPaths = [ Loading