Skip to content

Commit

Permalink
Make pyarrow a polars extra
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Jan 21, 2025
1 parent cbc6ff4 commit 6b8c0c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Remove unused cachetools dependency
- Make fastexcel a polars extra
- Drop click-params dependency
- Make pyarrow a polars extra

## 0.102.0 - 2025-01-17

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ dependencies = [
"numpy>=1.22,<3",
"pillow>=10.3,<12",
"platformdirs>=4,<5",
"polars[calamine]>=1.0.0,<2",
"polars[calamine,pyarrow]>=1.0.0,<2",
"portion>=2.4.2,<3",
"pyarrow>=13,<19",
"pydantic>=2.7.3,<3",
"pydantic-extra-types>=2.10.1,<3",
"pydantic-settings>=2.7.0,<3",
Expand Down
9 changes: 5 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b8c0c6

Please sign in to comment.