python311Packages.spacy: Use Cython 0.x

This commit is contained in:
hacker1024 2024-04-26 13:48:57 +10:00
parent 4c86138ce4
commit b0ac074e00
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,7 @@
, callPackage
, catalogue
, cymem
, cython_0
, fetchPypi
, hypothesis
, jinja2
@ -57,6 +58,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
pythonRelaxDepsHook
cython_0
];
propagatedBuildInputs = [
@ -135,7 +137,5 @@ buildPythonPackage rec {
changelog = "https://github.com/explosion/spaCy/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ];
# Cython.Compiler.Errors.CompileError: spacy/ml/parser_model.pyx
broken = true;
};
}