Skip to content

Commit

Permalink
try pyarrow<18
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Oct 28, 2024
1 parent c75c4e1 commit 0a94dc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ def run(self):
"numba>=0.58.0",
"numpy",
"pandas",
"pyarrow",
#### TEMP #3245 "pyarrow",
"pyarrow<18",
"scanpy>=1.9.2",
"scipy",
# Note: the somacore version is in .pre-commit-config.yaml too
Expand Down

0 comments on commit 0a94dc1

Please sign in to comment.