From 3e799787979ebb07cd81e38539951d201b4a380c Mon Sep 17 00:00:00 2001 From: Anton Mosich Date: Thu, 4 Jun 2026 01:47:36 +0200 Subject: [PATCH] python3Packages.ingredient-parser-nlp: 2.6.0 -> 2.7.0 python-crfsuite is no longer a runtime dependency --- .../python-modules/ingredient-parser-nlp/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/ingredient-parser-nlp/default.nix b/pkgs/development/python-modules/ingredient-parser-nlp/default.nix index 67ab95c9a912..760b79ad46d3 100644 --- a/pkgs/development/python-modules/ingredient-parser-nlp/default.nix +++ b/pkgs/development/python-modules/ingredient-parser-nlp/default.nix @@ -8,21 +8,20 @@ nltk, numpy, pint, - python-crfsuite, pytestCheckHook, nltk-data, }: buildPythonPackage rec { pname = "ingredient-parser-nlp"; - version = "2.6.0"; + version = "2.7.0"; pyproject = true; src = fetchFromGitHub { owner = "strangetom"; repo = "ingredient-parser"; tag = version; - hash = "sha256-jssQSzLcIZ6ss9+FksUE9Q9IwkNvQqq57zRUg+KHAhM="; + hash = "sha256-WodKuK4CaBipKxLQyOgQ0sFfTDzS/F0URgkoQaFNoNc="; }; build-system = [ setuptools ]; @@ -31,7 +30,6 @@ buildPythonPackage rec { nltk numpy pint - python-crfsuite ]; nativeCheckInputs = [