Skip to content

Commit

Permalink
ci.yml updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Oct 31, 2024
1 parent 057130f commit 9b57c4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ numba = "^0.60.0"
astropy = ["astropy"]
cuda = ["cupy", "jinja2"]
dask = ["dask"]
ducc0 = ["ducc0"]
jax = ["jax", "jaxlib"]
scipy = ["scipy"]
testing = ["flaky", "pytest"]
python-casacore = ["python-casacore"]
ducc0 = ["ducc0"]
complete = ["astropy", "cupy", "ducc0", "jax", "jaxlib", "python-casacore", "scipy"]
complete = ["astropy", "dask", "ducc0", "jax", "jaxlib", "python-casacore", "scipy"]
complete-cuda = ["astropy", "cuda", "cupy", "ducc0", "jax", "jaxlib", "python-casacore", "scipy"]
testing = ["flaky", "pytest"]

[tool.poetry.group.dev.dependencies]
tbump = "^6.11.0"
Expand Down

0 comments on commit 9b57c4c

Please sign in to comment.