We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fea63 commit 4a03edfCopy full SHA for 4a03edf
.github/workflows/docs.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install mkdocs dependencies
25
run: uv venv && uv pip install -r docs/requirements.txt
26
27
- - name: Install numcodecs-safeguards
+ - name: Install package
28
run: uv pip install .
29
30
- name: Build the documentation
pyproject.toml
@@ -11,7 +11,7 @@ dependencies = [
11
"cftime~=1.6.0",
12
"dask>=2024.12.0,<2025.4",
13
"matplotlib~=3.8",
14
- "netcdf4~=1.7.2",
+ "netcdf4==1.7.3",
15
"numcodecs>=0.13.0,<0.17",
16
"numcodecs-combinators[xarray]~=0.2.10",
17
"numcodecs-observers~=0.1.2",
0 commit comments