Skip to content

Commit

Permalink
Use numpy 1.x for minimal versions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jun 18, 2024
1 parent 2c3391e commit bff837d
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,10 +13,10 @@ jobs:
extras: [null]
include:
- python-version: 3.9 # Minimal versions
numpy: "numpy"
numpy: "numpy<2.0.0"
extras: matplotlib==2.2.5
- python-version: 3.9
numpy: "numpy"
numpy: "numpy<2.0.0"
uncertainties: "uncertainties"
extras: "sparse xarray netCDF4 dask[complete]==2023.4.0 graphviz babel==2.8 mip>=1.13"
runs-on: ubuntu-latest
Expand Down

0 comments on commit bff837d

Please sign in to comment.