We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8fea7e + 3e79978 commit 8b0b5abCopy full SHA for 8b0b5ab
1 file changed
pkgs/development/python-modules/ingredient-parser-nlp/default.nix
@@ -8,21 +8,20 @@
8
nltk,
9
numpy,
10
pint,
11
- python-crfsuite,
12
13
pytestCheckHook,
14
nltk-data,
15
}:
16
buildPythonPackage rec {
17
pname = "ingredient-parser-nlp";
18
- version = "2.6.0";
+ version = "2.7.0";
19
pyproject = true;
20
21
src = fetchFromGitHub {
22
owner = "strangetom";
23
repo = "ingredient-parser";
24
tag = version;
25
- hash = "sha256-jssQSzLcIZ6ss9+FksUE9Q9IwkNvQqq57zRUg+KHAhM=";
+ hash = "sha256-WodKuK4CaBipKxLQyOgQ0sFfTDzS/F0URgkoQaFNoNc=";
26
};
27
28
build-system = [ setuptools ];
@@ -31,7 +30,6 @@ buildPythonPackage rec {
31
30
nltk
32
numpy
33
pint
34
- python-crfsuite
35
];
36
37
nativeCheckInputs = [
0 commit comments