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 6093fb1 commit cbed920Copy full SHA for cbed920
1 file changed
python/pyproject.toml
@@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"
10
11
[project]
12
name = "fenics-dolfinx"
13
-version = "0.10.0.post4"
+version = "0.10.0.post5"
14
description = "DOLFINx Python interface"
15
readme = "../README.md"
16
requires-python = ">=3.10.0"
@@ -24,7 +24,7 @@ dependencies = [
24
"cffi",
25
"mpi4py",
26
"fenics-basix>=0.10.0,<0.11.0",
27
- "fenics-ffcx>=0.10.0,<0.11.0",
+ "fenics-ffcx>=0.10.1,<0.11.0",
28
"fenics-ufl>=2025.2.0,<2025.3.0",
29
]
30
0 commit comments