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 5309e50 commit 7180cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.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==2.2.2"]
pint: ["pint==0.24"]

Expand Down

0 comments on commit 7180cf3

Please sign in to comment.