Skip to content

Commit 8491809

Browse files
committed
Add pint-pandas pin
1 parent 6be634d commit 8491809

2 files changed

Lines changed: 16 additions & 12 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,16 @@ Issues = "https://github.com/openscm/OpenSCM-Calibration/issues"
4343

4444
[project.optional-dependencies]
4545
plots = [
46-
"corner~=2.0",
47-
"ipython~=8.18",
48-
"matplotlib~=3.7",
49-
"pandas~=2.2",
50-
"seaborn~=0.13",
46+
"corner>=2.0",
47+
"ipython>=8.18",
48+
"matplotlib>=3.7",
49+
"pandas>=2.2",
50+
"seaborn>=0.13",
5151
]
5252
scmdata = [
53-
"scmdata~=0.17",
53+
# scmdata pinning is wrong, hence need this
54+
"pint-pandas>=0.5",
55+
"scmdata>=0.17",
5456
]
5557
full = [
5658
"openscm-calibration[plots]",

uv.lock

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)