From 4e86d7c6b75844f7141bb300203bca9993e0da7c Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Mon, 18 Dec 2023 23:24:40 +0000 Subject: [PATCH] fix: downgrade py-numpy to 1.25.2, py-pip to 23.0 because py-protobuf +cpp doesn't work with the py-pip 23.1: require for py-numpy 1.26: --- spack-environment/packages.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml index f359664fb..6d48837ed 100644 --- a/spack-environment/packages.yaml +++ b/spack-environment/packages.yaml @@ -278,7 +278,7 @@ packages: - '@1.16-33-g3788bb4' py-numpy: require: - - '@1.26.1' + - '@1.25.2' py-onnx: require: - '@1.13.1' @@ -287,7 +287,7 @@ packages: - '@1.5.3' py-pip: require: - - '@23.1.2' + - '@23.0' py-pre-commit: require: - '@2.20.0' -- GitLab