From 7c2fa8e3e69f4995c391c97093211516fbbcc3eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jan 2022 08:10:21 +0000 Subject: [PATCH] [tune](deps): Bump datasets in /python/requirements/ml Bumps [datasets](https://github.com/huggingface/datasets) from 1.14.0 to 1.18.2. - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](https://github.com/huggingface/datasets/compare/1.14.0...1.18.2) --- updated-dependencies: - dependency-name: datasets dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/ml/requirements_tune.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/requirements_tune.txt b/python/requirements/ml/requirements_tune.txt index c60fa72e1d24..205f1da6efc4 100644 --- a/python/requirements/ml/requirements_tune.txt +++ b/python/requirements/ml/requirements_tune.txt @@ -44,5 +44,5 @@ zoopt==0.4.1 # Dependencies for Hugging Face examples: # `python/ray/train/examples/transformers/transformers_example.py` accelerate==0.5.1 -datasets==1.14.0 +datasets==1.18.2 sentencepiece==0.1.96