Skip to content

Commit

Permalink
Switch to newly released numba with Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Feb 2, 2024
1 parent ef43f19 commit 2b93abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
- name: Install numba
if: ${{ matrix.REQUIRES_NUMBA }}
run: |
pip install numba==0.59.0rc1 llvmlite==0.42.0rc1
pip install numba
# numba may force install an older version of setuptools,
# but it isn't actually a *runtime* requirement numba/numba#8366
pip install --upgrade --force-reinstall setuptools
Expand Down

0 comments on commit 2b93abc

Please sign in to comment.