From 41619a01748fd82bb9a598988e05c2a477747ae5 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 12 Jul 2025 13:16:14 -0700 Subject: [PATCH] unpin numpy (#35704) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25d0c455f0..00a82490a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "pycapnp", "Cython", "setuptools", - "numpy >=2.0, <2.2", # Linting issues with mypy in 2.2 + "numpy >=2.0", # body / webrtcd "aiohttp",