Loading pkgs/development/python-modules/stanza/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -9,23 +9,25 @@ networkx, numpy, peft, platformdirs, protobuf, requests, torch, tqdm, transformers, udtools, }: buildPythonPackage (finalAttrs: { pname = "stanza"; version = "1.11.0"; version = "1.11.1"; pyproject = true; src = fetchFromGitHub { owner = "stanfordnlp"; repo = "stanza"; tag = "v${finalAttrs.version}"; hash = "sha256-zY2+8QuPJTX/HSkE/gKMCWpSanKpYSGZeeYgb4eFuuw="; hash = "sha256-Rq+2DutK46Mc9HeMRsGt26raZiC7zjE9M4A6hLbTINk="; }; build-system = [ setuptools ]; Loading @@ -35,11 +37,13 @@ buildPythonPackage (finalAttrs: { networkx numpy peft platformdirs protobuf requests torch tqdm transformers udtools ]; # Most tests require resources from the network (models). Many of the ones that do run are slow Loading Loading
pkgs/development/python-modules/stanza/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -9,23 +9,25 @@ networkx, numpy, peft, platformdirs, protobuf, requests, torch, tqdm, transformers, udtools, }: buildPythonPackage (finalAttrs: { pname = "stanza"; version = "1.11.0"; version = "1.11.1"; pyproject = true; src = fetchFromGitHub { owner = "stanfordnlp"; repo = "stanza"; tag = "v${finalAttrs.version}"; hash = "sha256-zY2+8QuPJTX/HSkE/gKMCWpSanKpYSGZeeYgb4eFuuw="; hash = "sha256-Rq+2DutK46Mc9HeMRsGt26raZiC7zjE9M4A6hLbTINk="; }; build-system = [ setuptools ]; Loading @@ -35,11 +37,13 @@ buildPythonPackage (finalAttrs: { networkx numpy peft platformdirs protobuf requests torch tqdm transformers udtools ]; # Most tests require resources from the network (models). Many of the ones that do run are slow Loading