Skip to content

Commit

Permalink
update ci numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage committed Dec 1, 2024
1 parent a20e0d7 commit 18dfe57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pandas-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
numpy: ["numpy>=1.20.3,<2.0.0", "numpy==2.0.0.rc2"]
numpy: ["numpy>=1.20.3,<2.0.0", "numpy>=2.0.0"]
pandas: ["pandas>=3.0.0"]
pint: ["pint>=0.24"]

Expand Down

0 comments on commit 18dfe57

Please sign in to comment.