From 1da5d409304ae10768298f006ef2e47119425a92 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 5 Jan 2024 11:42:23 +0100 Subject: [PATCH] Bump numpy to 1.26.3 in cp312 (#667) --- README.md | 6 +++--- requirements_cp312.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a359cbff..420e2029 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Images: ghcr.io/home-assistant/wheels/ARCH/musllinux_1_2/cp312:VERSION Version of system builds: - GCC 12.2.1 -- Cython 3.0.3 +- Cython 3.0.7 - numpy 1.26.0 - scikit-build 0.17.1 - cffi 1.16.0 @@ -36,8 +36,8 @@ Images: ghcr.io/home-assistant/wheels/ARCH/musllinux_1_2/cp311:VERSION Version of system builds: - GCC 12.2.1 -- Cython 3.0.3 -- numpy 1.26.0 +- Cython 3.0.7 +- numpy 1.26.3 - scikit-build 0.17.1 - cffi 1.16.0 diff --git a/requirements_cp312.txt b/requirements_cp312.txt index 2c1515fd..236d9ca4 100644 --- a/requirements_cp312.txt +++ b/requirements_cp312.txt @@ -1,4 +1,4 @@ Cython==3.0.7 -numpy==1.26.0 +numpy==1.26.3 scikit-build==0.17.6 cffi==1.16.0