File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ dependencies = [
2323 " libsupermesh" ,
2424 # NOTE: If changing the PETSc/SLEPc version then firedrake-configure also needs
2525 # changing (as well as other references to petsc4py and slepc4py here)
26- # TODO RELEASE
27- # "petsc4py==3.23.0",
26+ " petsc4py==3.23.0" ,
2827 " numpy" ,
2928 " packaging" ,
3029 " pkgconfig" ,
@@ -35,7 +34,6 @@ dependencies = [
3534 " rtree>=1.2" ,
3635 " scipy" ,
3736 " sympy" ,
38- # TODO RELEASE: use releases
3937 " fenics-ufl @ git+https://github.com/firedrakeproject/ufl.git" ,
4038 " fenics-fiat @ git+https://github.com/firedrakeproject/fiat.git" ,
4139 " pyadjoint-ad @ git+https://github.com/dolfin-adjoint/pyadjoint.git" ,
@@ -110,15 +108,13 @@ ci = [
110108 " matplotlib" ,
111109 " mpi-pytest" ,
112110 " nbval" ,
113- # TODO RELEASE
114- # "ngsPETSc",
111+ " ngsPETSc" ,
115112 " pylit" ,
116113 " pytest" ,
117114 " pytest-split" , # needed for firedrake-run-split-tests
118115 " pytest-timeout" ,
119116 " pytest-xdist" ,
120- # TODO RELEASE
121- # "slepc4py==3.23.0",
117+ " slepc4py==3.23.0" ,
122118 " torch" , # requires passing '--extra-index-url' to work
123119 " vtk" ,
124120]
@@ -132,8 +128,7 @@ docker = [ # Used in firedrake-vanilla container
132128 " pytest-split" , # needed for firedrake-run-split-tests
133129 " pytest-timeout" ,
134130 " pytest-xdist" ,
135- # TODO RELEASE
136- # "slepc4py==3.23.0",
131+ " slepc4py==3.23.0" ,
137132]
138133
139134[build-system ]
@@ -146,8 +141,7 @@ requires = [
146141 " pkgconfig" ,
147142 " pybind11" ,
148143 " setuptools>61.2" ,
149- # TODO RELEASE
150- # "petsc4py==3.23.0",
144+ " petsc4py==3.23.0" ,
151145 " rtree>=1.2" ,
152146]
153147build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments