Skip to content

Commit

Permalink
dev: add pyarrow as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BillHuang2001 committed Jul 27, 2023
1 parent d315fe4 commit bd136df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies = [
"jax >= 0.3.0",
"jaxlib >= 0.3.0",
"optax >= 0.1.0",
"pyarrow >= 10.0.0",
]

[project.optional-dependencies]
Expand Down
1 change: 1 addition & 0 deletions requirements/docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
jax
jaxlib
optax
pyarrow
# for docs generation
pydata-sphinx-theme
sphinx < 6 # https://github.com/pydata/pydata-sphinx-theme/issues/1094
Expand Down

0 comments on commit bd136df

Please sign in to comment.