From 0594e3c9bd24af7301225cca0f278d768b3a4cab Mon Sep 17 00:00:00 2001 From: Qubitium Date: Tue, 7 Oct 2025 00:46:00 +0000 Subject: [PATCH] use logbar 0.1.1 with external log/pb conflict resolution Signed-off-by: Qubitium --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8ca112afb..2b8dda4bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "huggingface_hub>=0.34.4", "random_word>=1.0.13", "tokenicer>=0.0.5", - "logbar>=0.1.0", + "logbar>=0.1.1", "maturin>=1.9.4", # required by safetensors and hf_transfer "datasets>=3.6.0", "pyarrow>=21.0", diff --git a/requirements.txt b/requirements.txt index d34c391be..a46dbea2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ hf_transfer>=0.1.9 huggingface_hub>=0.34.4 random_word>=1.0.13 tokenicer>=0.0.5 -logbar>=0.1.0 +logbar>=0.1.1 maturin>=1.9.4 datasets>=3.6.0 pyarrow>=21.0