python311Packages.spacy: relax smart-open constraint

This commit is contained in:
Martin Weinelt 2024-03-28 17:45:55 +01:00
parent 47f877d41e
commit 03a76c271e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ buildPythonPackage rec {
};
pythonRelaxDeps = [
"smart-open"
"typer"
];