diff --git a/pyproject.toml b/pyproject.toml index 84fd777..4dfdecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,9 +31,6 @@ dependencies = [ "python-dateutil", "victor-smart-kill", 'importlib_resources; python_version < "3.9"', - - # workaround for https://bugs.launchpad.net/lxml/+bug/2063945 - 'lxml<5; python_version<"3.9" and platform_system=="Darwin"', ] dynamic = ["version"]