Skip to content

Commit c208685

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

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

pyproject.toml

+7-15
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",
@@ -90,12 +88,10 @@ jax = [
9088
"jax",
9189
]
9290
netgen = [
93-
# TODO RELEASE
94-
# "ngsPETSc",
91+
"ngsPETSc",
9592
]
9693
slepc = [
97-
# TODO RELEASE
98-
# "slepc4py==3.23.0",
94+
"slepc4py==3.23.0",
9995
]
10096
torch = [ # requires passing '--extra-index-url' to work
10197
"torch",
@@ -111,15 +107,13 @@ ci = [
111107
"matplotlib",
112108
"mpi-pytest",
113109
"nbval",
114-
# TODO RELEASE
115-
# "ngsPETSc",
110+
"ngsPETSc",
116111
"pylit",
117112
"pytest",
118113
"pytest-split", # needed for firedrake-run-split-tests
119114
"pytest-timeout",
120115
"pytest-xdist",
121-
# TODO RELEASE
122-
# "slepc4py==3.23.0",
116+
"slepc4py==3.23.0",
123117
"torch", # requires passing '--extra-index-url' to work
124118
"vtk",
125119
]
@@ -133,8 +127,7 @@ docker = [ # Used in firedrake-vanilla container
133127
"pytest-split", # needed for firedrake-run-split-tests
134128
"pytest-timeout",
135129
"pytest-xdist",
136-
# TODO RELEASE
137-
# "slepc4py==3.23.0",
130+
"slepc4py==3.23.0",
138131
]
139132

140133
[build-system]
@@ -147,8 +140,7 @@ requires = [
147140
"pkgconfig",
148141
"pybind11",
149142
"setuptools>61.2",
150-
# TODO RELEASE
151-
# "petsc4py==3.23.0",
143+
"petsc4py==3.23.0",
152144
"rtree>=1.2",
153145
]
154146
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)