Skip to content

Commit 4c6cacb

Browse files
committed
set pydap min version
1 parent a490ea1 commit 4c6cacb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ hdf = [
5252

5353
# dmrpp
5454
dmrpp = [
55-
"pydap @ git+https://github.com/pydap/pydap.git@refs/pull/697/head",
55+
"pydap>=3.5.10",
5656
]
5757

5858
zarr = ["arro3-core"]

virtualizarr/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ def _importorskip(
4545
# The GribberishParser is new in gribberish 1.0.0.
4646
has_grib, requires_grib = _importorskip("gribberish", minversion="1.0.0")
4747
# The DMRPPParser is new in pydap 3.5.10
48-
has_pydap, requires_pydap = _importorskip("pydap")
48+
has_pydap, requires_pydap = _importorskip("pydap", minversion="3.5.10")

0 commit comments

Comments
 (0)