Skip to content

Commit 2701460

Browse files
committed
try getting netcdf4 from pypi
1 parent c48a9e5 commit 2701460

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ jobs:
8080
with:
8181
repo: modflow6-nightly-build
8282

83-
- name: Install PROJ
84-
if: runner.os == 'macOS'
85-
run: brew install proj
83+
# - name: Install PROJ
84+
# if: runner.os == 'macOS'
85+
# run: brew install proj
8686

87-
- name: Install HDF5
88-
if: runner.os == 'macOS'
89-
run: brew install hdf5
87+
# - name: Install HDF5
88+
# if: runner.os == 'macOS'
89+
# run: brew install hdf5
9090

9191
- name: Setup pixi
9292
uses: prefix-dev/[email protected]

pixi.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050
"sparse>=0.17.0,<0.18",
5151
"dask[array]>=2025.10.0,<2026",
5252
"pyproj>=3.7.2,<4",
53-
"netcdf4>=1.7.3,<2",
53+
# "netcdf4>=1.7.3,<2",
5454
"pyshp>=3.0.2.post1,<4",
5555
"llvmlite>=0.45.1,<0.46",
5656
]
@@ -123,6 +123,7 @@ platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
123123

124124
[tool.pixi.pypi-dependencies]
125125
flopy4 = { path = ".", editable = true }
126+
netcdf4 = ">=1.7.3,<2"
126127

127128
[tool.pixi.feature.py311.dependencies]
128129
python = "3.11.*"

0 commit comments

Comments
 (0)