python3Packages.sentence-stream: relax regex constraint

This commit is contained in:
Martin Weinelt
2025-08-10 02:07:13 +02:00
parent 9f8df5b2a6
commit fbd9a88c36
@@ -28,6 +28,10 @@ buildPythonPackage rec {
regex
];
pythonRelaxDeps = [
"regex"
];
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook