todo(14): open
This commit is contained in:
parent
c295a98748
commit
cc26e61e6b
1 changed files with 18 additions and 0 deletions
18
TODO
18
TODO
|
|
@ -231,3 +231,21 @@ Description: Wire the posix-sdc dependency as a triplet: the abstract
|
||||||
index in Pipfile [packages]; the git develop branch in Pipfile
|
index in Pipfile [packages]; the git develop branch in Pipfile
|
||||||
[dev-packages] for develop-time. Commit Pipfile.lock so the
|
[dev-packages] for develop-time. Commit Pipfile.lock so the
|
||||||
dependency surface and lock land together.
|
dependency surface and lock land together.
|
||||||
|
|
||||||
|
--ISSUE
|
||||||
|
Content-Type: application/issue
|
||||||
|
ID: 14
|
||||||
|
Type: bugfix
|
||||||
|
Title: refresh Pipfile.lock against published posix-sdc 1.2.2
|
||||||
|
Status: open
|
||||||
|
Priority: medium
|
||||||
|
Created: 2026-06-17
|
||||||
|
Module: sekft
|
||||||
|
Relationships:
|
||||||
|
Description: The lock committed with the triplet (#13) predated the published
|
||||||
|
posix-sdc 1.2.2 wheel, so it could not pin the real [hub] closure.
|
||||||
|
Now that 1.2.2 is on the private index, re-lock: posix-sdc resolves
|
||||||
|
to ==1.2.2 from the index and the [hub] extra pulls huggingface_hub
|
||||||
|
and its transitive deps into the lock. Commit the refreshed
|
||||||
|
Pipfile.lock so the next machine installs the published wheel with
|
||||||
|
the Hub path available.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue