Skip to content

Commit

Permalink
update minimal version (#937)
Browse files Browse the repository at this point in the history
* update minimal copernicusmarine version

* update minimal numpy version
  • Loading branch information
veenstrajelmer authored Aug 8, 2024
1 parent 3b275a4 commit 911c1f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ requires-python = ">=3.9"
dependencies = [
#scipy<1.6.0 pip install fails in py39, is also 3 years old
"scipy>=1.6.0",
#numpy 1.21 is EOL since june 2023
"numpy>=1.22",
#numpy<1.23 is EOL since june 2024
"numpy>=1.23",
#contour colorbar on uniform values fails with matplotlib<3.7.0, several other features with matplotlib<3.6.0
"matplotlib>=3.7.0",
#pandas>=1.4 is required by xarray>=2023.3.0
Expand Down 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.2.2 is not supported anymore according to https://stac.marine.copernicus.eu/mdsVersions.json
"copernicusmarine>=1.2.2",
#copernicusmarine<1.3.2 is not the latest version and the developers recommend to always use the latest version until 2.0.0 is released: https://github.com/Deltares/dfm_tools/issues/936
"copernicusmarine>=1.3.2",
"copernicusmarine<2.0.0", # TODO: remove when dfm_tools is adjusted to not-yet-released 2.0 version: https://github.com/Deltares/dfm_tools/issues/933
#rws-ddlpy<0.4.0 does not yet have `ddlpy.dataframe_to_xarray()`
"rws-ddlpy>=0.4.0",
Expand Down

0 comments on commit 911c1f0

Please sign in to comment.