Skip to content

Commit 40b9255

Browse files
authored
Comment out dependency groups (#4731)
We can't install the [netgen] or [slepc] optional dependencies on `main` because pip ends up installing the wrong versions of petsc4py. This PR removes the dependency group entirely, instead of having it empty, so pip should raise a useful warning about unrecognised dependency groups instead of silently doing nothing.
1 parent 69e3cb7 commit 40b9255

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ docs = [
9191
jax = [
9292
"jax",
9393
]
94-
netgen = [
95-
# TODO RELEASE
96-
# "ngsPETSc>=0.1.1",
97-
]
98-
slepc = [
99-
# TODO RELEASE
100-
# "slepc4py==3.24.0",
101-
]
94+
# TODO RELEASE
95+
# netgen = [
96+
# "ngsPETSc>=0.1.1",
97+
# ]
98+
# TODO RELEASE
99+
# slepc = [
100+
# "slepc4py==3.24.0",
101+
# ]
102102
torch = [ # requires passing '--extra-index-url' to work
103103
"torch",
104104
]

0 commit comments

Comments
 (0)