diff --git a/ci/requirements.txt b/ci/requirements.txt index de27b5b4ea..3274d4f631 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -3,7 +3,7 @@ numpy==2.1.2 pandas==2.2.3 pooch==1.8.2 pint==0.24.3 -pyproj==3.6.1 +pyproj==3.7.0 scipy==1.14.1 traitlets==5.14.3 xarray==2024.9.0 diff --git a/pyproject.toml b/pyproject.toml index b158ac639c..123fa9bcbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ filterwarnings = [ "ignore:Conversion of an array with ndim > 0 to a scalar is deprecated:DeprecationWarning:pint.facets.plain.quantity:575", # PyProj automatically dispatching for single point, will be waiting for NumPy 2.0 to address # See: https://github.com/pyproj4/pyproj/issues/1309 - "ignore:Conversion of an array with ndim > 0 to a scalar is deprecated:DeprecationWarning:pyproj.geod:404", + "ignore:Conversion of an array with ndim > 0 to a scalar is deprecated:DeprecationWarning:pyproj.geod", # Pandas >=2.2 warns about PyArrow being a future dependency 'ignore:\nPyarrow will become a required dependency of pandas:DeprecationWarning', # Not yet fixed in xarray