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 540bb26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py-polars/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ pip
# ------------

# Interop
numpy
# TODO: Fix typing issues for newer NumPy versions
numpy < 2.1
numba >= 0.54; python_version < '3.13' # Numba can lag Python releases
pandas
pyarrow
Expand Down

0 comments on commit 540bb26

Please sign in to comment.