From 491b3f09549f7452929fae08a90cc09200904580 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Thu, 5 Sep 2024 17:59:30 +0200 Subject: [PATCH] [centos] Update pybind11 to 3.13.5 (2.11.0+ needed for python 3.12) --- centos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/Dockerfile b/centos/Dockerfile index c9318a2..bbc8a5b 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -354,7 +354,7 @@ RUN version=1.6.0 && \ ninja -C build # pybind11 -ARG pybind11_VERSION=2.7.1 +ARG pybind11_VERSION=2.13.5 RUN source /etc/profile && \ cd /tmp && \ curl -sSL -o pybind11-${pybind11_VERSION}.tar.gz https://github.com/pybind/pybind11/archive/v${pybind11_VERSION}.tar.gz && \ -- GitLab