Skip to content

Commit eb5076c

Browse files
committed
Remove 'TODO RELEASE' comments (for testing)
This is a pretend release branch so we can check release workflows.
1 parent d8132b4 commit eb5076c

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

pyproject.toml

+6-13
Original file line numberDiff line numberDiff 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",
@@ -100,8 +98,7 @@ netgen = [
10098
"ngsPETSc",
10199
]
102100
slepc = [
103-
# TODO RELEASE
104-
# "slepc4py==3.22.2",
101+
"slepc4py==3.23.0",
105102
]
106103
torch = [ # requires passing '--extra-index-url' to work
107104
"torch",
@@ -117,15 +114,13 @@ ci = [
117114
"matplotlib",
118115
"mpi-pytest",
119116
"nbval",
120-
# TODO RELEASE
121-
# "ngsPETSc",
117+
"ngsPETSc",
122118
"pylit",
123119
"pytest",
124120
"pytest-split", # needed for firedrake-run-split-tests
125121
"pytest-timeout",
126122
"pytest-xdist",
127-
# TODO RELEASE
128-
# "slepc4py==3.23.0",
123+
"slepc4py==3.23.0",
129124
"torch", # requires passing '--extra-index-url' to work
130125
"vtk",
131126
]
@@ -139,8 +134,7 @@ docker = [ # Used in firedrake-vanilla container
139134
"pytest-split", # needed for firedrake-run-split-tests
140135
"pytest-timeout",
141136
"pytest-xdist",
142-
# TODO RELEASE
143-
# "slepc4py==3.23.0",
137+
"slepc4py==3.23.0",
144138
]
145139

146140
[build-system]
@@ -153,8 +147,7 @@ requires = [
153147
"pkgconfig",
154148
"pybind11",
155149
"setuptools>61.2",
156-
# TODO RELEASE
157-
# "petsc4py==3.23.0",
150+
"petsc4py==3.23.0",
158151
"rtree>=1.2",
159152
]
160153
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)