Skip to content

Commit 640db7e

Browse files
authored
Merge pull request #81 from iiasa/fix/release-ixmp4-pin
Release the upper ixmp4 pin
2 parents 6e1be09 + ca55828 commit 640db7e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The changes listed in this file are categorised as follows:
4848

4949
### Fixed
5050

51+
* ([#81](https://github.com/iiasa/climate-assessment/pull/81)) Release the upper ixmp4 pin
5152
* ([#74](https://github.com/iiasa/climate-assessment/pull/74)) Fix various issues
5253
* ([#55](https://github.com/iiasa/climate-assessment/pull/55])) Pinned requirements to
5354
make install more reproducible for users (and updated GitHub CI/CD accordingly)

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ version = "0.0.0"
4040
python = ">=3.11,<3.14"
4141
aneris_iamc = "==0.3.1"
4242
fair = "==1.6.2"
43-
ixmp4 = "^0.9.10"
43+
ixmp4 = ">=0.9.10"
4444
joblib = "^1.3.2"
4545
openscm-runner = "==0.12.1"
4646
pandas = "^2.2.2"

0 commit comments

Comments
 (0)