File tree 1 file changed +6
-13
lines changed
1 file changed +6
-13
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" ,
@@ -100,8 +98,7 @@ netgen = [
100
98
" ngsPETSc" ,
101
99
]
102
100
slepc = [
103
- # TODO RELEASE
104
- # "slepc4py==3.22.2",
101
+ " slepc4py==3.23.0" ,
105
102
]
106
103
torch = [ # requires passing '--extra-index-url' to work
107
104
" torch" ,
@@ -117,15 +114,13 @@ ci = [
117
114
" matplotlib" ,
118
115
" mpi-pytest" ,
119
116
" nbval" ,
120
- # TODO RELEASE
121
- # "ngsPETSc",
117
+ " ngsPETSc" ,
122
118
" pylit" ,
123
119
" pytest" ,
124
120
" pytest-split" , # needed for firedrake-run-split-tests
125
121
" pytest-timeout" ,
126
122
" pytest-xdist" ,
127
- # TODO RELEASE
128
- # "slepc4py==3.23.0",
123
+ " slepc4py==3.23.0" ,
129
124
" torch" , # requires passing '--extra-index-url' to work
130
125
" vtk" ,
131
126
]
@@ -139,8 +134,7 @@ docker = [ # Used in firedrake-vanilla container
139
134
" pytest-split" , # needed for firedrake-run-split-tests
140
135
" pytest-timeout" ,
141
136
" pytest-xdist" ,
142
- # TODO RELEASE
143
- # "slepc4py==3.23.0",
137
+ " slepc4py==3.23.0" ,
144
138
]
145
139
146
140
[build-system ]
@@ -153,8 +147,7 @@ requires = [
153
147
" pkgconfig" ,
154
148
" pybind11" ,
155
149
" setuptools>61.2" ,
156
- # TODO RELEASE
157
- # "petsc4py==3.23.0",
150
+ " petsc4py==3.23.0" ,
158
151
" rtree>=1.2" ,
159
152
]
160
153
build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments