Skip to content

Commit

Permalink
Relax numba version constraints (pynucastro#741)
Browse files Browse the repository at this point in the history
This was originally updated for Python 3.12, but pip should be able to
get compatible versions on its own.
  • Loading branch information
yut23 authored May 31, 2024
1 parent 50b6569 commit 2aef908
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ scipy>=1.0.0
sympy>=1.1.1

# optional dependencies
numba>=0.59
llvmlite>=0.42.0rc1
numba>=0.52

# tests
nbval>=0.9.0
Expand Down

0 comments on commit 2aef908

Please sign in to comment.