Skip to content

Commit 4a03edf

Browse files
authored
Pin NetCDF version (#65)
* Pin netcdf version
1 parent 22fea63 commit 4a03edf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install mkdocs dependencies
2525
run: uv venv && uv pip install -r docs/requirements.txt
2626

27-
- name: Install numcodecs-safeguards
27+
- name: Install package
2828
run: uv pip install .
2929

3030
- name: Build the documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"cftime~=1.6.0",
1212
"dask>=2024.12.0,<2025.4",
1313
"matplotlib~=3.8",
14-
"netcdf4~=1.7.2",
14+
"netcdf4==1.7.3",
1515
"numcodecs>=0.13.0,<0.17",
1616
"numcodecs-combinators[xarray]~=0.2.10",
1717
"numcodecs-observers~=0.1.2",

0 commit comments

Comments
 (0)