python311Packages.mhcflurry: drop hack for vestigial np-utils dependency
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
, nose
|
||||
, pandas
|
||||
, pytestCheckHook
|
||||
, pythonRelaxDepsHook
|
||||
, pyyaml
|
||||
, scikit-learn
|
||||
, tensorflow
|
||||
@@ -26,13 +25,6 @@ buildPythonPackage rec {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user