Merge pull request #265915 from r-ryantm/auto-update/python310Packages.mhcflurry

python310Packages.mhcflurry: 2.0.6 -> 2.1.0

authored by Nick Cao and committed by GitHub 5ec2618f e7704a1b

+2 -14
+2 -14
pkgs/development/python-modules/mhcflurry/default.nix
··· 7 , nose 8 , pandas 9 , pytestCheckHook 10 - , pythonRelaxDepsHook 11 , pyyaml 12 , scikit-learn 13 , tensorflow ··· 16 17 buildPythonPackage rec { 18 pname = "mhcflurry"; 19 - version = "2.0.6"; 20 format = "setuptools"; 21 22 src = fetchFromGitHub { 23 owner = "openvax"; 24 repo = pname; 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-Cr7L6uo6Kc1PSeG5nK6zQSD7eeCFcUJUzhsX+waz7og="; 27 }; 28 - 29 - nativeBuildInputs = [ pythonRelaxDepsHook ]; 30 - 31 - pythonRemoveDeps = [ 32 - # See https://github.com/openvax/mhcflurry/issues/216. 33 - "np-utils" 34 - ]; 35 36 # keras and tensorflow are not in the official setup.py requirements but are required for the CLI utilities to run. 37 propagatedBuildInputs = [ ··· 75 "test_run_serial" 76 "test_speed_allele_specific" 77 "test_speed_pan_allele" 78 - 79 - # See https://github.com/openvax/mhcflurry/issues/217 80 - "test_more" 81 - "test_small" 82 ]; 83 84 disabledTestPaths = [
··· 7 , nose 8 , pandas 9 , pytestCheckHook 10 , pyyaml 11 , scikit-learn 12 , tensorflow ··· 15 16 buildPythonPackage rec { 17 pname = "mhcflurry"; 18 + version = "2.1.0"; 19 format = "setuptools"; 20 21 src = fetchFromGitHub { 22 owner = "openvax"; 23 repo = pname; 24 rev = "refs/tags/v${version}"; 25 + hash = "sha256-VyPHcNlZYgNJZb2UBFX55x+nE0GnHixkcsiTNjDCju0="; 26 }; 27 28 # keras and tensorflow are not in the official setup.py requirements but are required for the CLI utilities to run. 29 propagatedBuildInputs = [ ··· 67 "test_run_serial" 68 "test_speed_allele_specific" 69 "test_speed_pan_allele" 70 ]; 71 72 disabledTestPaths = [