python3Packages.stanza: 1.11.0 -> 1.11.1
https://github.com/stanfordnlp/stanza/releases/tag/v1.11.1
This commit is contained in:
@@ -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 ];
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user