File tree 1 file changed +7
-15
lines changed
1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ dependencies = [
23
23
" libsupermesh" ,
24
24
# NOTE: If changing the PETSc/SLEPc version then firedrake-configure also needs
25
25
# changing (as well as other references to petsc4py and slepc4py here)
26
- # TODO RELEASE
27
- # "petsc4py==3.23.0",
26
+ " petsc4py==3.23.0" ,
28
27
" numpy" ,
29
28
" packaging" ,
30
29
" pkgconfig" ,
@@ -35,7 +34,6 @@ dependencies = [
35
34
" rtree>=1.2" ,
36
35
" scipy" ,
37
36
" sympy" ,
38
- # TODO RELEASE: use releases
39
37
" fenics-ufl @ git+https://github.com/firedrakeproject/ufl.git" ,
40
38
" fenics-fiat @ git+https://github.com/firedrakeproject/fiat.git" ,
41
39
" pyadjoint-ad @ git+https://github.com/dolfin-adjoint/pyadjoint.git" ,
@@ -90,12 +88,10 @@ jax = [
90
88
" jax" ,
91
89
]
92
90
netgen = [
93
- # TODO RELEASE
94
- # "ngsPETSc",
91
+ " ngsPETSc" ,
95
92
]
96
93
slepc = [
97
- # TODO RELEASE
98
- # "slepc4py==3.23.0",
94
+ " slepc4py==3.23.0" ,
99
95
]
100
96
torch = [ # requires passing '--extra-index-url' to work
101
97
" torch" ,
@@ -111,15 +107,13 @@ ci = [
111
107
" matplotlib" ,
112
108
" mpi-pytest" ,
113
109
" nbval" ,
114
- # TODO RELEASE
115
- # "ngsPETSc",
110
+ " ngsPETSc" ,
116
111
" pylit" ,
117
112
" pytest" ,
118
113
" pytest-split" , # needed for firedrake-run-split-tests
119
114
" pytest-timeout" ,
120
115
" pytest-xdist" ,
121
- # TODO RELEASE
122
- # "slepc4py==3.23.0",
116
+ " slepc4py==3.23.0" ,
123
117
" torch" , # requires passing '--extra-index-url' to work
124
118
" vtk" ,
125
119
]
@@ -133,8 +127,7 @@ docker = [ # Used in firedrake-vanilla container
133
127
" pytest-split" , # needed for firedrake-run-split-tests
134
128
" pytest-timeout" ,
135
129
" pytest-xdist" ,
136
- # TODO RELEASE
137
- # "slepc4py==3.23.0",
130
+ " slepc4py==3.23.0" ,
138
131
]
139
132
140
133
[build-system ]
@@ -147,8 +140,7 @@ requires = [
147
140
" pkgconfig" ,
148
141
" pybind11" ,
149
142
" setuptools>61.2" ,
150
- # TODO RELEASE
151
- # "petsc4py==3.23.0",
143
+ " petsc4py==3.23.0" ,
152
144
" rtree>=1.2" ,
153
145
]
154
146
build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments