Skip to content

Commit a9975f6

Browse files
danl-aisiclaude
andcommitted
deps: depend on sifter-build instead of sifter
sifter was re-homed to UKGovernmentBEIS/sifter-build (distribution renamed to sifter-build; the import name `sifter` is unchanged). Point the dependency and uv source at the new repo, pinned to its initial commit. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 138a9e6 commit a9975f6

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"python-dotenv==1.2.2",
44
"pyyaml==6.0.3",
55
"rich==15.0.0",
6-
"sifter==2.0.0",
6+
"sifter-build==2.0.0",
77
"typer==0.26.7",
88
]
99
description="Isambard HPC container management utilities"
@@ -40,7 +40,7 @@
4040
[tool.uv]
4141
environments=["sys_platform == 'linux'"]
4242
[tool.uv.sources]
43-
sifter=[{git="https://github.com/UKGovernmentBEIS/sifter.git"}]
43+
sifter-build=[{git="https://github.com/UKGovernmentBEIS/sifter-build.git", rev="8d48ef78d448d8780999debdfc286c43afa71214"}]
4444
torch=[{index="pytorch-cu126", marker="sys_platform == 'linux'"}]
4545

4646
[dependency-groups]

uv.lock

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

0 commit comments

Comments
 (0)