Skip to content

Commit ffd8bfd

Browse files
committed
pin pydap temporarily
1 parent 04072db commit ffd8bfd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ v0.18.1 (2025-04-16)
77

88
New features
99
^^^^^^^^^^^^
10-
* RavenPy no longer requires `raven-hydro` to be installed. The Raven model executable can now be provided by explicitly setting the `RAVENPY_RAVEN_BINARY_PATH` environment variable. (PR #482).
10+
* RavenPy no longer requires `raven-hydro` to be installed. The Raven model executable can now be provided by explicitly setting the `RAVENPY_RAVEN_BINARY_PATH` environment variable. (PR #486).
1111

12+
Internal changes
13+
^^^^^^^^^^^^^^^^
14+
* `pydap` has been pinned below v3.5.5 temporarily until `xarray` offers support for it. (PR #486).
1215

1316
v0.18.0 (2025-04-03)
1417
--------------------

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
- pint >=0.24.4
2525
- platformdirs >=4.3.6
2626
- pydantic >=2.0
27-
- pydap >=3.4.0 # Note: As of 2025-03-18 (v3.5.4) does not support Python 3.13
27+
- pydap >=3.4.0,<3.5.5 # pydap 3.5.5 is not currently supported by `xarray` (v2025.3.1)
2828
- pymetalink >=6.5.2
2929
- pymbolic >=2024.2
3030
- pyproj >=3.3.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050
"pint >=0.24.4",
5151
"platformdirs >=4.3.6",
5252
"pydantic >=2.0",
53-
"pydap >=3.4.0", # Note: As of 2025-03-18 (v3.5.4) does not support Python 3.13
53+
"pydap >=3.4.0,<3.5.5", # pydap 3.5.5 is not currently supported by `xarray` (v2025.3.1)
5454
"pymbolic >=2024.2",
5555
"scipy >=1.11.0",
5656
"spotpy >=1.6.1",

0 commit comments

Comments
 (0)