We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0b0cc commit b2cbfd8Copy full SHA for b2cbfd8
1 file changed
docker/Dockerfile.test-env
@@ -13,17 +13,17 @@
13
#
14
15
ARG ADIOS2_VERSION=2.12.1
16
-ARG DOXYGEN_VERSION=1_16_1
+ARG DOXYGEN_VERSION=1_17_0
17
ARG GMSH_VERSION=4_15_2
18
ARG HDF5_VERSION=2.1.1
19
ARG KAHIP_VERSION=3.25
20
# NOTE: The NumPy version (https://pypi.org/project/numpy/#history)
21
# should be pinned to the most recent NumPy release that is supported by
22
# the most recent Numba release, see
23
# https://numba.readthedocs.io/en/stable/user/installing.html#version-support-information
24
-ARG NUMPY_VERSION=2.4.4
25
-ARG PETSC_VERSION=3.25.0
26
-ARG SLEPC_VERSION=3.25.0
+ARG NUMPY_VERSION=2.4.6
+ARG PETSC_VERSION=3.25.1
+ARG SLEPC_VERSION=3.25.1
27
ARG SPDLOG_VERSION=1.17.0
28
29
ARG MPICH_VERSION=5.0.1
0 commit comments