Skip to content

Commit

Permalink
Added pyarrow to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
crisingulani committed Mar 20, 2024
1 parent 2c89e66 commit edaa814
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
authors = [
{ name = "LIneA", email = "[email protected]" }
]
requires-python = ">=3.8,<3.13"
requires-python = ">=3.7,<3.13"
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
Expand All @@ -31,6 +31,7 @@ dependencies = [
"Jinja2>=3.1.2",
"ipython>=8.5.0",
"h5py>=3.8.0",
"pyarrow>=15.0.2",
]

# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
Expand Down

0 comments on commit edaa814

Please sign in to comment.