Merge pull request #306905 from hacker1024/fix/spacy-cython
python311Packages.spacy: Use Cython 0.x
This commit is contained in:
commit
68a0f5e030
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user