Skip to content

Commit

Permalink
Update minimal copernicusmarine version to 1.0.1 (#772)
Browse files Browse the repository at this point in the history
* update to copernicusmarine>=1.0.1

* updated whatsnew
  • Loading branch information
veenstrajelmer authored Feb 8, 2024
1 parent 1419e7a commit 006449a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 006449a

Please sign in to comment.