unpin numpy (#35704)

This commit is contained in:
Adeeb Shihadeh
2025-07-12 13:16:14 -07:00
committed by GitHub
parent 6f1a1b3213
commit 41619a0174

View File

@@ -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",