Skip to content

Commit

Permalink
More updates...
Browse files Browse the repository at this point in the history
  • Loading branch information
EricEngle-NOAA committed Aug 1, 2024
1 parent bdc9a6d commit 84dd1ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:

- name: Install conda dependencies
run: |
conda install c-compiler gfortran nceplibs-ip ninja numpy pip pytest setuptools
conda install c-compiler gfortran nceplibs-g2c nceplibs-ip ninja numpy pip pytest setuptools
- name: Install with pip
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
"Operating System :: MacOS",
]
dependencies = [
"numpy",
"numpy<2.0.0",
"grib2io"
]
dynamic = ["version"]
Expand Down

0 comments on commit 84dd1ac

Please sign in to comment.