Skip to content

Commit 0b33f13

Browse files
committed
Updated to use latest toolkit
1 parent 0288a7a commit 0b33f13

File tree

2 files changed

+54
-33
lines changed

2 files changed

+54
-33
lines changed

poetry.lock

Lines changed: 53 additions & 32 deletions
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
@@ -23,7 +23,7 @@ python = ">=3.11,<3.14"
2323
torch = { version = "^2.8.0+cpu", source = "pytorch-cpu" }
2424

2525
typing_extensions = "^4.15.0"
26-
lf_toolkit = { git = "https://github.com/lambda-feedback/toolkit-python.git", branch = "main", extras = [
26+
lf_toolkit = { git = "https://github.com/lambda-feedback/toolkit-python.git", tag = "v1.0", extras = [
2727
"ipc",
2828
] }
2929
numpy = "^2.3.4"

0 commit comments

Comments
 (0)