From 006449aa304fe46b9c69bd82079af39f083fbb53 Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Thu, 8 Feb 2024 08:53:55 +0100 Subject: [PATCH] Update minimal copernicusmarine version to 1.0.1 (#772) * update to copernicusmarine>=1.0.1 * updated whatsnew --- docs/whats-new.md | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/whats-new.md b/docs/whats-new.md index 29c9d2321..9b25f15c3 100644 --- a/docs/whats-new.md +++ b/docs/whats-new.md @@ -10,7 +10,7 @@ - simplified correctly merging of ERA5 int16 meteofiles in `merge_meteofiles()` by [@veenstrajelmer](https://github.com/veenstrajelmer) in [#738](https://github.com/Deltares/dfm_tools/pull/738) - expecting da instead of ds in `refine_basegrid()` by [@veenstrajelmer](https://github.com/veenstrajelmer) in [#762](https://github.com/Deltares/dfm_tools/pull/762) - added support for Python 3.12 by [@veenstrajelmer](https://github.com/veenstrajelmer) in [#763](https://github.com/Deltares/dfm_tools/pull/763) -- moved from `copernicus-marine-client` to `copernicusmarine` in `dfmt.download_CMEMS()` by [@veenstrajelmer](https://github.com/veenstrajelmer) in [#721](https://github.com/Deltares/dfm_tools/pull/721) +- moved from `copernicus-marine-client` to `copernicusmarine` in `dfmt.download_CMEMS()` by [@veenstrajelmer](https://github.com/veenstrajelmer) in [#721](https://github.com/Deltares/dfm_tools/pull/721) and [#772](https://github.com/Deltares/dfm_tools/pull/772) ### Fix - prevent ValueError upon concatenation of only emtpy coastlines geodataframes by [@veenstrajelmer](https://github.com/veenstrajelmer) in [#717](https://github.com/Deltares/dfm_tools/pull/717) diff --git a/pyproject.toml b/pyproject.toml index 800976759..ed08f4b21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,8 +44,8 @@ dependencies = [ "pydap>=3.4.0", #erddapy<2.0.0 does not support pandas>=2.0.0 "erddapy>=2.0.0", - #copernicusmarine==1.0.0 is the follow-up for copernicus-marine-client 0.10.6 - "copernicusmarine>=1.0.0", + #copernicusmarine<1.0.1 does not support python 3.12 + "copernicusmarine>=1.0.1", #pooch<1.1.0 do not have attribute retrieve "pooch>=1.1.0", #hydrolib-core 0.6.0 supports meshkernel>=3.0.0