diff --git a/poetry.lock b/poetry.lock index ec4526d..3570b78 100644 --- a/poetry.lock +++ b/poetry.lock @@ -553,13 +553,13 @@ requests = "*" [[package]] name = "datasets" -version = "2.19.0" +version = "2.19.1" description = "HuggingFace community-driven open-source library of datasets" optional = false python-versions = ">=3.8.0" files = [ - {file = "datasets-2.19.0-py3-none-any.whl", hash = "sha256:f57c5316e123d4721b970c68c1cb856505f289cda58f5557ffe745b49c011a8e"}, - {file = "datasets-2.19.0.tar.gz", hash = "sha256:0b47e08cc7af2c6800a42cadc4657b22a0afc7197786c8986d703c08d90886a6"}, + {file = "datasets-2.19.1-py3-none-any.whl", hash = "sha256:f7a78d15896f45004ccac1c298f3c7121f92f91f6f2bfbd4e4f210f827e6e411"}, + {file = "datasets-2.19.1.tar.gz", hash = "sha256:0df9ef6c5e9138cdb996a07385220109ff203c204245578b69cca905eb151d3a"}, ] [package.dependencies] @@ -3938,4 +3938,4 @@ test = ["black", "pdbpp", "pyright", "pytest", "pytest-cov", "ruff"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "22820ad0b8dcab5e4140381455f0a2e79f7022879ef8404b45e19fe85aaa7c58" +content-hash = "4706f3554dcd388a6cbddee0b37f0227a9a6d85dcd9cda3da32886dae601888e" diff --git a/pyproject.toml b/pyproject.toml index af7220a..facd1b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ tabulate = "^0.9.0" types-tabulate = "^0.9.0.3" dataframe-image = "^0.2.2" seqeval = "^1.2.2" -datasets = "^2.19.0" +datasets = "^2.19.1" tensorboard = "^2.13.0" pysbd = "^0.3.4" grpcio = "<1.63.1"