Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
# numba/llvmlite do not provide wheels for macos-intel in recent releases, but pip tries to download
# the latest release and build it from source. Force only wheels being considered for these to packages.
pip install --only-binary llvmlite --only-binary numba -e ".[${EXTRAS}]"
pip install "astropy>=8.0.0b0"
pip install ./test_plugin
pip freeze

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dynamic = ["version"]
requires-python = ">=3.12"

dependencies = [
"astropy >=6.1,<8.0.0",
"astropy >=6.1,<9.0.0",
"docutils",
"joblib",
"numba >=0.59.0",
Expand Down
Loading