Skip to content

Commit 05085ab

Browse files
committed
refactor: remove pyarrow from main dependencies
- Remove pyarrow>=21.0.0 from main project dependencies - Keep pyarrow in optional dev dependencies for development use - Reduces main package size and installation requirements - Users can still install pyarrow via dev dependencies if needed
1 parent e04c73a commit 05085ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ dependencies = [
2828
"pandas",
2929
"tzlocal",
3030
"openpyxl",
31-
"matplotlib",
32-
"pyarrow>=21.0.0",
31+
"matplotlib"
3332
]
3433

3534
[project.urls]

0 commit comments

Comments
 (0)