Skip to content

Commit

Permalink
Merge pull request #74 from linea-it/add_pyarrow
Browse files Browse the repository at this point in the history
Added pyarrow to requirements
  • Loading branch information
gschwend authored Mar 27, 2024
2 parents 90e7f8f + edaa814 commit e1becbc
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 e1becbc

Please sign in to comment.