Skip to content

Commit

Permalink
Merge pull request #142 from Janelia-Trackathon-2023/pyarrow_dependency
Browse files Browse the repository at this point in the history
Add pyarrow to pyproject
  • Loading branch information
cmalinmayor authored Jan 31, 2024
2 parents 32de15e + 683dd65 commit 9103c93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies = [
"typer",
# numba technically optional, will still work without it
"numba; python_version != '3.11'",
"pyarrow",
]

# extras
Expand Down

0 comments on commit 9103c93

Please sign in to comment.