Skip to content

Commit

Permalink
Bump minimum requirement of numpy to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Aug 22, 2023
1 parent 2a0d7e8 commit b966f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install specific out-dated version of dependencies
# Update the package requirements when changing minimum dependency versions
# Please also add a section "Dependency changes" to the release notes
run: pip install pandas==1.5.0 numpy==1.19.0 matplotlib==3.5.0 iam-units==2020.4.21 xlrd==2.0 pint==0.13
run: pip install pandas==1.5.0 numpy==1.22.0 matplotlib==3.5.0 iam-units==2020.4.21 xlrd==2.0 pint==0.13

- name: Install other dependencies and package
run: pip install .[tests,optional_plotting,optional_io_formats,tutorials]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python_requires = >=3.10, <3.12
install_requires =
iam-units >= 2020.4.21
ixmp4 >= 0.2.0
numpy >= 1.19.0, < 1.24
numpy >= 1.22.0, < 1.24
requests
pyjwt
httpx[http2]
Expand Down

0 comments on commit b966f73

Please sign in to comment.