From 46e13d1aad9d0a8fdd87f184f27ed5f1de49faa3 Mon Sep 17 00:00:00 2001 From: Juho Inkinen <34240031+juhoinkinen@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:13:28 +0300 Subject: [PATCH] Upgrade to huggingface-hub ~0.25.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e6bb6da..dc759577 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ python-dateutil = "2.9.*" tomli = { version = "2.0.*", python = "<3.11" } simplemma = "~1.1.1" jsonschema = "~4.23.0" -huggingface-hub = "~0.24.5" +huggingface-hub = "~0.25.1" fasttext-wheel = { version = "0.9.2", optional = true } voikko = { version = "0.5.*", optional = true }