Skip to content

Commit

Permalink
Merge pull request #3605 from Unidata/dependabot-pip-ci-numpy-2.1.0
Browse files Browse the repository at this point in the history
CI: (deps): Bump numpy from 1.26.4 to 2.1.0 in /ci
  • Loading branch information
dopplershift authored Aug 28, 2024
2 parents 178a1f3 + 3ea6215 commit 3ef8838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib==3.9.2
numpy==2.0.1
numpy==2.1.0
pandas==2.2.2
pooch==1.8.2
pint==0.24.3
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ filterwarnings = [
"ignore:Conversion of an array with ndim > 0 to a scalar is deprecated:DeprecationWarning:pyproj.geod:404",
# 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
"ignore:__array__ implementation doesn't accept a copy keyword:DeprecationWarning"
]

[tool.ruff]
Expand Down

0 comments on commit 3ef8838

Please sign in to comment.