Skip to content

Commit

Permalink
MAINT: Bump numpy from 1.26.0 to 1.26.4 (#4337)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent e126f82 commit 9fd6223
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tests = [
"matplotlib==3.7.3; python_version == '3.8'",
"matplotlib==3.8.3; python_version > '3.8'",
"numpy==1.21.6; python_version <= '3.9'",
"numpy==1.26.0; python_version > '3.9'",
"numpy==1.26.4; python_version > '3.9'",
"mock",
"openpyxl==3.1.2",
"osmnx",
Expand Down Expand Up @@ -116,7 +116,7 @@ full = [
"matplotlib==3.7.3; python_version == '3.8'",
"matplotlib==3.8.3; python_version > '3.8'",
"numpy==1.21.6; python_version <= '3.9'",
"numpy==1.26.0; python_version > '3.9'",
"numpy==1.26.4; python_version > '3.9'",
"pandas==1.3.5; python_version == '3.7'",
"pandas==2.0.3; python_version == '3.8'",
"pandas==2.1.1; python_version > '3.9'",
Expand All @@ -135,7 +135,7 @@ all = [
"matplotlib==3.7.3; python_version == '3.8'",
"matplotlib==3.8.3; python_version > '3.8'",
"numpy==1.21.6; python_version <= '3.9'",
"numpy==1.26.0; python_version > '3.9'",
"numpy==1.26.4; python_version > '3.9'",
"pandas==1.3.5; python_version == '3.7'",
"pandas==2.0.3; python_version == '3.9'",
"pandas==2.0.3; python_version == '3.8'",
Expand Down

0 comments on commit 9fd6223

Please sign in to comment.