···7, numpy
8, pytestCheckHook
9, pythonOlder
010}:
1112buildPythonPackage rec {
···57 # Do not update to BLIS 0.9.x until the following issue is resolved:
58 # https://github.com/explosion/thinc/issues/771#issuecomment-1255825935
59 skipBulkUpdate = true;
000060 };
6162 meta = with lib; {
···7, numpy
8, pytestCheckHook
9, pythonOlder
10+, gitUpdater
11}:
1213buildPythonPackage rec {
···58 # Do not update to BLIS 0.9.x until the following issue is resolved:
59 # https://github.com/explosion/thinc/issues/771#issuecomment-1255825935
60 skipBulkUpdate = true;
61+ updateScript = gitUpdater {
62+ rev-prefix = "v";
63+ ignoredVersions = "0\.9\..*";
64+ };
65 };
6667 meta = with lib; {