File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 description : What version of DOLFINx are you running?
5454 options :
5555 - main branch
56+ - 0.9.0
5657 - 0.8.0
5758 - 0.7.3
5859 - 0.7.2
Original file line number Diff line number Diff line change 88
99# ------------------------------------------------------------------------------
1010# Set project name and version number
11- project (DOLFINX VERSION "0.9.0.0 " )
11+ project (DOLFINX VERSION "0.9.0" )
1212
1313set (DOXYGEN_DOLFINX_VERSION
1414 ${DOLFINX_VERSION}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"
1010
1111[project ]
1212name = " fenics-dolfinx"
13- version = " 0.9.0.dev0 "
13+ version = " 0.9.0"
1414description = " DOLFINx Python interface"
1515readme = " ../README.md"
1616requires-python = " >=3.9.0"
@@ -23,9 +23,9 @@ dependencies = [
2323 " numpy>=1.21" ,
2424 " cffi<1.17" , # See https://github.com/FEniCS/dolfinx/issues/3340
2525 " mpi4py" ,
26- " fenics-basix>=0.9.0.dev0 ,<0.10.0" ,
27- " fenics-ffcx>=0.9.0.dev0 ,<0.10.0" ,
28- " fenics-ufl>=2024.2.0.dev0 ,<2024.3.0" ,
26+ " fenics-basix>=0.9.0,<0.10.0" ,
27+ " fenics-ffcx>=0.9.0,<0.10.0" ,
28+ " fenics-ufl>=2024.2.0,<2024.3.0" ,
2929]
3030
3131[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments