Skip to content

Commit

Permalink
numba now has 3.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed May 2, 2023
1 parent ee956d5 commit 557b801
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 @@ -239,7 +239,7 @@ jobs:
- name: Install numba
if: ${{ matrix.REQUIRES_NUMBA }}
run: |
pip install numba --pre
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 557b801

Please sign in to comment.