Skip to content

Commit e7f1464

Browse files
Jammy2211Jammy2211
authored andcommitted
build: promote jax_zero_contour to required dependency
Now the default critical_curves_method, so it must be installed on all supported Python versions (including 3.13 CI which skips optional extras).
1 parent aea3bc9 commit e7f1464

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ dependencies = [
2727
"autoarray",
2828
"colossus==1.3.1",
2929
"astropy>=5.0,<=7.2.0",
30-
"nautilus-sampler==1.0.5"
30+
"nautilus-sampler==1.0.5",
31+
"jax_zero_contour"
3132
]
3233

3334
[project.urls]
@@ -47,7 +48,6 @@ local_scheme = "no-local-version"
4748
[project.optional-dependencies]
4849
optional=[
4950
"numba",
50-
"jax_zero_contour",
5151
"pynufft",
5252
"ultranest==3.6.2",
5353
"zeus-mcmc==2.5.4",

0 commit comments

Comments
 (0)