Skip to content

Commit

Permalink
build: update project dependencies and Python version support
Browse files Browse the repository at this point in the history
Update project dependencies and development requirements to ensure compatibility
and improve development workflow.

- Add pyarrow>=17.0.0 for enhanced data processing
- Add pytest-cov>=4.1.0 for test coverage reporting
- Add ruff>=0.8.2 for code linting and formatting
- Update Python version support to 3.10-3.13 in CI workflow
  • Loading branch information
Xuan Ronaldo committed Dec 11, 2024
1 parent f116481 commit 4eed84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Data processing
polars>=0.20.0
pandas>=2.0.0
pyarrow>=17.0.0

# Data visualization
plotly>=5.18.0
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Data processing
polars>=0.20.0
pandas>=2.0.0
pyarrow>=17.0.0

# Data visualization
plotly>=5.18.0

0 comments on commit 4eed84f

Please sign in to comment.