From 9834c7f99b2e40325e0066633c2cd2d0a3054aad Mon Sep 17 00:00:00 2001 From: kingbri <8082010+kingbri1@users.noreply.github.com> Date: Mon, 21 Apr 2025 23:14:14 -0400 Subject: [PATCH] Dependencies: Ungate numpy numpy v2 now works with Torch Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com> --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) 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'" ]