File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154 python --version | grep "Python ${PYTHON_VERSION}"
155155 # numba/llvmlite do not provide wheels for macos-intel in recent releases, but pip tries to download
156156 # the latest release and build it from source. Force only wheels being considered for these to packages.
157- pip install --only-binary llvmlite --only-binary numba -e ".[${EXTRAS}]"
157+ pip install --only-binary llvmlite --only-binary numba -e ".[${EXTRAS}]" "astropy>=8.0.0b0"
158158 pip install ./test_plugin
159159 pip freeze
160160
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dynamic = ["version"]
2929requires-python = " >=3.12"
3030
3131dependencies = [
32- " astropy >=6.1,<8 .0.0" ,
32+ " astropy >=6.1,<9 .0.0" ,
3333 " docutils" ,
3434 " joblib" ,
3535 " numba >=0.59.0" ,
You can’t perform that action at this time.
0 commit comments