python3Packages.ingredient-parser-nlp: 2.6.0 -> 2.7.0

python-crfsuite is no longer a runtime dependency
This commit is contained in:
Anton Mosich
2026-06-04 01:47:36 +02:00
parent f13bd83fd0
commit 3e79978797
@@ -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 = [