diff --git a/pyproject.toml b/pyproject.toml index 3eaf968..e70b536 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,8 +40,6 @@ dependencies = [ "uvloop ; platform_system == 'Linux' and platform_machine == 'x86_64'", "winloop ; platform_system == 'Windows'", - "numpy < 2.0.0", - # For python 3.12 "setuptools ; python_version >= '3.12'" ]