Skip to content

Commit ec3f65e

Browse files
committed
Address TODO RELEASE comments
1 parent e59a710 commit ec3f65e

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[project]
22
name = "firedrake"
33
# <year>.<month>.<patch>
4-
# TODO RELEASE
5-
version = "2025.10.3.dev0"
4+
version = "2025.10.3"
65
description = "An automated system for the portable solution of partial differential equations using the finite element method"
76
readme = "README.rst"
87
license = "LGPL-3.0-or-later"
@@ -20,10 +19,8 @@ dependencies = [
2019
"decorator<=4.4.2",
2120
"mpi4py>3; python_version >= '3.13'",
2221
"mpi4py; python_version < '3.13'",
23-
# TODO RELEASE
24-
"fenics-ufl @ git+https://github.com/FEniCS/ufl.git@release",
25-
# TODO RELEASE
26-
"firedrake-fiat @ git+https://github.com/firedrakeproject/fiat.git@release",
22+
"fenics-ufl>=2025.2.1",
23+
"firedrake-fiat>=2025.10.1",
2724
"h5py>3.12.1",
2825
"immutabledict",
2926
"libsupermesh",

0 commit comments

Comments
 (0)