Skip to content

Commit

Permalink
Install RC numba for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Nov 27, 2024
1 parent 9e95fb6 commit b0970a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,7 @@ jobs:
- name: Install numba
if: ${{ matrix.REQUIRES_NUMBA }}
run: |
pip install git+https://github.com/numba/llvmlite.git@main#egg=llvmlite
pip install git+https://github.com/numba/numba.git@main#egg=numba
pip install --pre 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 b0970a8

Please sign in to comment.