Update numpy to 2.3.0 (#146296)

This commit is contained in:
Marc Mueller
2025-06-07 18:43:18 +02:00
committed by GitHub
parent ae5606aa2f
commit ee6db3bd23
11 changed files with 12 additions and 12 deletions

View File

@@ -79,7 +79,7 @@ dependencies = [
# onboarding->cloud->alexa->camera->stream->numpy. Onboarding needs
# to be setup in stage 0, but we don't want to also promote cloud with all its
# dependencies to stage 0.
"numpy==2.2.6",
"numpy==2.3.0",
"PyJWT==2.10.1",
# PyJWT has loose dependency. We want the latest one.
"cryptography==45.0.3",