Skip to content

Commit

Permalink
Merge branch 'master' into workaround-numba-5929
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jul 30, 2024
2 parents 1ee8b00 + 23b57b9 commit 290aba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ History
0.3.7 (2024-05-23)
------------------
* Workaround numba #5929 (:pr:`312`)
* Restrict NumPy to less than 2.0.0 (:pr:`313`)
* Fix bda overload to return an implementation (:pr:`307`)
* Upgrade obsolete readthedocs configuration (:pr:`304`)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
requirements = [
"appdirs >= 1.4.3",
"decorator",
"numpy >= 1.14.0, != 1.15.3",
"numpy >= 1.14.0, != 1.15.3, < 2.0.0",
"numba >= 0.53.1",
]

Expand Down

0 comments on commit 290aba6

Please sign in to comment.