Merge pull request #227200 from wegank/spacy-tests

python310Packages.spacy: 3.5.1 -> 3.5.2
This commit is contained in:
Weijia Wang 2023-04-20 13:19:27 +03:00 committed by GitHub
commit ba0027bc70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,8 @@ def test_entities(doc_en_core_web_sm):
('Google', 'ORG'),
('2007', 'DATE'),
('American', 'NORP'),
('Thrun', 'GPE'),
('Thrun', 'PERSON'),
('Recode', 'ORG'),
('earlier this week', 'DATE'),
]
@ -64,6 +65,5 @@ def test_verbs(doc_en_core_web_sm):
'tell',
'shake',
'turn',
'be',
'talk',
'say']

View File

@ -36,14 +36,14 @@
buildPythonPackage rec {
pname = "spacy";
version = "3.5.1";
version = "3.5.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-gRrhRoxYuX/JqjEYfWtVMXeEJY8KR+v2nYHKtjnj+hU=";
hash = "sha256-IsH/qrKFt0dwA9S1sDhBTMMkaKaQ1HkBW5ppjFMcgTs=";
};
propagatedBuildInputs = [