Skip to content

Commit

Permalink
Bump minimum numpy version to fit pandas and ixmp4
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Mar 5, 2024
1 parent 56bdeee commit 6eb26fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
poetry add [email protected]
poetry add [email protected]
poetry add numpy@1.23.2
poetry add numpy@1.26.0
poetry add [email protected]
poetry add [email protected]
poetry add [email protected] --group optional_io_formats
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ python = ">=3.10, <3.13"
iam-units = ">=2020.4.21"
ixmp4 = ">=0.7.1"
matplotlib = ">=3.6.0"
numpy = ">=1.23.2"
numpy = ">=1.26.0"
openpyxl = ">=3.1.2"
pandas = ">=2.1.2"
Pint = ">=0.13"
Expand Down

0 comments on commit 6eb26fd

Please sign in to comment.