Skip to content

Commit

Permalink
Fix numpy version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Jan 5, 2025
1 parent d07df04 commit d92183f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
- name: Install Python dependencies
working-directory: py-polars
run: uv pip install -r requirements-dev.txt -r requirements-lint.txt
# TODO: Fix typing issues for newer NumPy versions
# https://github.com/pola-rs/polars/issues/20561
run: uv pip install -r requirements-dev.txt -r requirements-lint.txt 'numpy<2.1'

# Allow untyped calls for older Python versions
- name: Run mypy
Expand Down

0 comments on commit d92183f

Please sign in to comment.