We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59a710 commit ec3f65eCopy full SHA for ec3f65e
1 file changed
pyproject.toml
@@ -1,8 +1,7 @@
1
[project]
2
name = "firedrake"
3
# <year>.<month>.<patch>
4
-# TODO RELEASE
5
-version = "2025.10.3.dev0"
+version = "2025.10.3"
6
description = "An automated system for the portable solution of partial differential equations using the finite element method"
7
readme = "README.rst"
8
license = "LGPL-3.0-or-later"
@@ -20,10 +19,8 @@ dependencies = [
20
19
"decorator<=4.4.2",
21
"mpi4py>3; python_version >= '3.13'",
22
"mpi4py; python_version < '3.13'",
23
- # TODO RELEASE
24
- "fenics-ufl @ git+https://github.com/FEniCS/ufl.git@release",
25
26
- "firedrake-fiat @ git+https://github.com/firedrakeproject/fiat.git@release",
+ "fenics-ufl>=2025.2.1",
+ "firedrake-fiat>=2025.10.1",
27
"h5py>3.12.1",
28
"immutabledict",
29
"libsupermesh",
0 commit comments