Skip to content

Commit

Permalink
Merge branch 'main' into make_setup_rundir_more_robust
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy authored Jul 1, 2024
2 parents 65bf6f7 + 578590f commit 0770836
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
shell: bash -el {0}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions environment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ channels:
- conda-forge
dependencies:
- esmpy
- numpy<2.0.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"dask[array]",
"dask[distributed]",
"netCDF4",
"numpy >= 1.17.0",
"numpy >= 1.17.0, < 2.0.0",
"scipy >= 1.2.0",
"xarray",
"xesmf >= 0.8.4",
Expand Down

0 comments on commit 0770836

Please sign in to comment.