Skip to content

Commit

Permalink
Merge pull request #3647 from Unidata/dependabot-pip-ci-pyproj-3.7.0
Browse files Browse the repository at this point in the history
CI: (deps): Bump pyproj from 3.6.1 to 3.7.0 in /ci
  • Loading branch information
github-actions[bot] authored Oct 8, 2024
2 parents b656a6f + 753d091 commit 202c940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 202c940

Please sign in to comment.