Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage committed Jun 21, 2024
1 parent 0f6172f commit 2c60f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
extras: [null]
include:
- python-version: "3.10" # Minimal versions
numpy: "numpy"
extras: matplotlib==3.5.3
numpy: "numpy>=1.23,<2.0.0"
extras: matplotlib==3.0.3
- python-version: "3.10"
numpy: "numpy"
uncertainties: "uncertainties"
Expand Down

0 comments on commit 2c60f26

Please sign in to comment.