Skip to content

Commit

Permalink
[python] Pin to numpy < 2.0 for 1.12 release (#2745) (#2746)
Browse files Browse the repository at this point in the history
Co-authored-by: John Kerl <[email protected]>
  • Loading branch information
github-actions[bot] and johnkerl authored Jun 17, 2024
1 parent f8a2c9d commit c8194db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ def run(self):
"anndata != 0.10.0; python_version>='3.8'",
"attrs>=22.2",
"numba>=0.58.0",
"numpy<2.0",
"pandas",
# TODO: once we no longer support Python 3.7, remove this and pin to pyarrow >= 14.0.1
# https://github.com/single-cell-data/TileDB-SOMA/issues/1926
Expand Down

0 comments on commit c8194db

Please sign in to comment.