File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
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" ,
@@ -110,15 +108,13 @@ ci = [
110
108
" matplotlib" ,
111
109
" mpi-pytest" ,
112
110
" nbval" ,
113
- # TODO RELEASE
114
- # "ngsPETSc",
111
+ " ngsPETSc" ,
115
112
" pylit" ,
116
113
" pytest" ,
117
114
" pytest-split" , # needed for firedrake-run-split-tests
118
115
" pytest-timeout" ,
119
116
" pytest-xdist" ,
120
- # TODO RELEASE
121
- # "slepc4py==3.23.0",
117
+ " slepc4py==3.23.0" ,
122
118
" torch" , # requires passing '--extra-index-url' to work
123
119
" vtk" ,
124
120
]
@@ -132,8 +128,7 @@ docker = [ # Used in firedrake-vanilla container
132
128
" pytest-split" , # needed for firedrake-run-split-tests
133
129
" pytest-timeout" ,
134
130
" pytest-xdist" ,
135
- # TODO RELEASE
136
- # "slepc4py==3.23.0",
131
+ " slepc4py==3.23.0" ,
137
132
]
138
133
139
134
[build-system ]
@@ -146,8 +141,7 @@ requires = [
146
141
" pkgconfig" ,
147
142
" pybind11" ,
148
143
" setuptools>61.2" ,
149
- # TODO RELEASE
150
- # "petsc4py==3.23.0",
144
+ " petsc4py==3.23.0" ,
151
145
" rtree>=1.2" ,
152
146
]
153
147
build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments