Skip to content

Commit

Permalink
[python] NumPy 2 experiment [WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Aug 27, 2024
1 parent 56f3b42 commit 441dae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def run(self):
"anndata != 0.10.0; python_version>='3.8'",
"attrs>=22.2",
"numba>=0.58.0",
"numpy<2.0",
"numpy",
"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 441dae6

Please sign in to comment.