Dependencies: Ungate numpy

numpy v2 now works with Torch

Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
kingbri 2025-04-21 23:14:14 -04:00
parent d26260b332
commit 9834c7f99b

View file

@ -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'"
]