Skip to content

Commit

Permalink
relax numba dependency (#2122) (#2127)
Browse files Browse the repository at this point in the history
Co-authored-by: Bruce Martin <[email protected]>
  • Loading branch information
github-actions[bot] and Bruce Martin authored Feb 12, 2024
1 parent c2768b7 commit 3ce33c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,9 @@ def run(self):
# Tracked in https://github.com/single-cell-data/TileDB-SOMA/issues/1785
"anndata != 0.10.0; python_version>='3.8'",
"attrs>=22.2",
"numba~=0.58.0; python_version>='3.8'",
"numba>=0.58.0; python_version>='3.8'",
# Older numba version needed for Python3.7.
# This older numba version was also incompatble with newer numpy
# This older numba version was also incompatible with newer numpy
# versions, and the old pip solver (<=2020) needed us to explicate
# that constraint here (issue #1051).
"numba==0.56.4; python_version<'3.8'",
Expand Down

0 comments on commit 3ce33c5

Please sign in to comment.