Loading pkgs/development/python-modules/blis/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , numpy , pytestCheckHook , pythonOlder , gitUpdater }: buildPythonPackage rec { Loading Loading @@ -57,6 +58,10 @@ buildPythonPackage rec { # Do not update to BLIS 0.9.x until the following issue is resolved: # https://github.com/explosion/thinc/issues/771#issuecomment-1255825935 skipBulkUpdate = true; updateScript = gitUpdater { rev-prefix = "v"; ignoredVersions = "0\.9\..*"; }; }; meta = with lib; { Loading Loading
pkgs/development/python-modules/blis/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , numpy , pytestCheckHook , pythonOlder , gitUpdater }: buildPythonPackage rec { Loading Loading @@ -57,6 +58,10 @@ buildPythonPackage rec { # Do not update to BLIS 0.9.x until the following issue is resolved: # https://github.com/explosion/thinc/issues/771#issuecomment-1255825935 skipBulkUpdate = true; updateScript = gitUpdater { rev-prefix = "v"; ignoredVersions = "0\.9\..*"; }; }; meta = with lib; { Loading