Skip to content

Commit c89b9d1

Browse files
committed
chore: Pin a version of the REF
1 parent 359dc66 commit c89b9d1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ xarray = ">=2025.1.0,<2025.2"
2525
typer = ">=0.15.4,<0.16"
2626
xcdat = ">=0.8.0,<0.9"
2727
xesmf = ">=0.8.7,<0.9"
28-
"ruamel.yaml" = ">=0.18.10,<0.19"
2928

3029
[tool.pixi.pypi-dependencies]
3130
# Add any dependencies that aren't available on conda-forge here
3231
ref_sample_data = { path = ".", editable = true }
33-
# TODO: Pin a release
34-
climate-ref = { git = "https://github.com/Climate-REF/climate-ref", subdirectory = "packages/climate-ref", rev = "edd74675376e82b2fd5d906e81170e142e8dfbdd" }
32+
climate-ref = { git = "https://github.com/Climate-REF/climate-ref", subdirectory = "packages/climate-ref", rev = "v0.6.2" }
3533

3634
[tool.pixi.feature.dev.dependencies]
3735
ruff = "*"

0 commit comments

Comments
 (0)