Skip to content

Commit

Permalink
Version bumps (#3592)
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells authored Jan 11, 2025
1 parent 56d549b commit d407cbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/Dockerfile.test-env
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
#

ARG ADIOS2_VERSION=2.10.2
ARG DOXYGEN_VERSION=1_12_0
ARG DOXYGEN_VERSION=1_13_1
ARG GMSH_VERSION=4_13_1
ARG HDF5_VERSION=1.14.5
ARG KAHIP_VERSION=3.16
ARG KAHIP_VERSION=3.17
# NOTE: The NumPy version (https://pypi.org/project/numpy/#history)
# should be pinned to the most recent NumPy release that is supported by
# the most recent Numba release, see
# https://numba.readthedocs.io/en/stable/user/installing.html#version-support-information
ARG NUMPY_VERSION=2.0.2
ARG PETSC_VERSION=3.22.1
ARG SLEPC_VERSION=3.22.1
ARG PETSC_VERSION=3.22.2
ARG SLEPC_VERSION=3.22.2

ARG MPICH_VERSION=4.2.3
ARG OPENMPI_SERIES=5.0
ARG OPENMPI_PATCH=5
ARG OPENMPI_PATCH=6

########################################

Expand Down

0 comments on commit d407cbe

Please sign in to comment.