Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.vanilla
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ RUN git clone --branch ${BRANCH} \
&& pip install --verbose ${PETSC_DIR}/src/binding/petsc4py \
&& pip install --verbose -r /opt/firedrake/requirements-build.txt \
&& pip install --verbose --no-build-isolation \
${SLEPC_DIR}/externalpackages/git.slepc/src/binding/slepc4py \
slepc4py \
&& pip install --verbose --no-binary h5py --no-build-isolation \
--editable '/opt/firedrake[docker]' || exit; \
if [ ${BRANCH} == "main" ]; then \
Expand Down
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[project]
name = "firedrake"
# <year>.<month>.<patch>
# TODO RELEASE
version = "2025.10.3.dev0"
version = "2025.10.3"
description = "An automated system for the portable solution of partial differential equations using the finite element method"
readme = "README.rst"
license = "LGPL-3.0-or-later"
Expand All @@ -20,10 +19,8 @@ dependencies = [
"decorator<=4.4.2",
"mpi4py>3; python_version >= '3.13'",
"mpi4py; python_version < '3.13'",
# TODO RELEASE
"fenics-ufl @ git+https://github.com/FEniCS/ufl.git@release",
# TODO RELEASE
"firedrake-fiat @ git+https://github.com/firedrakeproject/fiat.git@release",
"fenics-ufl>=2025.2.1",
"firedrake-fiat>=2025.10.1",
"h5py>3.12.1",
"immutabledict",
"libsupermesh",
Expand Down