Skip to content

Commit

Permalink
Remove upper bound on numba versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 26, 2024
1 parent d3c037f commit 733aa67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
# astropy breaks with numpy 1.15.3
# https://github.com/astropy/astropy/issues/7943
"numpy >= 1.14.0, != 1.15.3",
# https://github.com/ratt-ru/codex-africanus/issues/283
"numba >= 0.53.1, < 0.59"
"numba >= 0.53.1"
]

extras_require = {
Expand Down

0 comments on commit 733aa67

Please sign in to comment.