From 4d7192892c1baa1e9b3d99472ecfd3f85c96729d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 04:05:31 +0000 Subject: [PATCH] Bump the pip group across 3 directories with 5 updates Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [transformers](https://github.com/huggingface/transformers) | `4.40.0` | `4.48.0` | | [nltk](https://github.com/nltk/nltk) | `3.8.1` | `3.9.1` | | [pyarrow](https://github.com/apache/arrow) | `12.0.1` | `14.0.1` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.1` | `4.66.3` | | [pillow](https://github.com/python-pillow/Pillow) | `9.4.0` | `10.3.0` | Bumps the pip group with 2 updates in the /src/cerebras/modelzoo/data_preparation/data_preprocessing/data_dedup directory: [nltk](https://github.com/nltk/nltk) and [tqdm](https://github.com/tqdm/tqdm). Bumps the pip group with 2 updates in the /src/cerebras/modelzoo/data_preparation/nlp/slimpajama directory: [nltk](https://github.com/nltk/nltk) and [tqdm](https://github.com/tqdm/tqdm). Updates `transformers` from 4.40.0 to 4.48.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.40.0...v4.48.0) Updates `nltk` from 3.8.1 to 3.9.1 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.8.1...3.9.1) Updates `pyarrow` from 12.0.1 to 14.0.1 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/r-12.0.1...go/v14.0.1) Updates `tqdm` from 4.66.1 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) Updates `pillow` from 9.4.0 to 10.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.4.0...10.3.0) Updates `nltk` from 3.8.1 to 3.9.1 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.8.1...3.9.1) Updates `tqdm` from 4.65.0 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) Updates `nltk` from 3.8.1 to 3.9.1 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.8.1...3.9.1) Updates `tqdm` from 4.65.0 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production dependency-group: pip - dependency-name: nltk dependency-type: direct:production dependency-group: pip - dependency-name: pyarrow dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: nltk dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-type: direct:production dependency-group: pip - dependency-name: nltk dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- .../data_preprocessing/data_dedup/requirements.txt | 4 ++-- .../data_preparation/nlp/slimpajama/requirements.txt | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2e688a83..206206e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cerebras_pytorch==2.3.1 tabulate==0.9.0 -transformers==4.40.0 +transformers==4.48.0 tokenizers==0.19.1 datasets==2.19.1 filelock==3.14.0 @@ -11,10 +11,10 @@ networkit==10.1 Keras-Preprocessing==1.1.2 scipy==1.10.1 regex>=2021.8.3 -nltk==3.8.1 +nltk==3.9.1 spacy==3.2.1 matplotlib==3.4.3 -pyarrow==12.0.1 +pyarrow==14.0.1 pyYAML<6.0 pandas==1.3.0 jsonschema==4.19.2 @@ -26,6 +26,6 @@ lm-dataformat @ https://github.com/leogao2/lm_dataformat/archive/ac85cb7dae49ce2 lm-eval @ https://github.com/EleutherAI/lm-evaluation-harness/archive/refs/tags/v0.4.2.zip bigcode_eval @ https://github.com/bigcode-project/bigcode-evaluation-harness/archive/84b96da31b7f840b55c5733325346176140cdb6b.zip h5py==3.10.0 -tqdm==4.66.1 +tqdm==4.66.3 Flask==2.3.3 -Pillow==9.4.0 \ No newline at end of file +Pillow==10.3.0 \ No newline at end of file diff --git a/src/cerebras/modelzoo/data_preparation/data_preprocessing/data_dedup/requirements.txt b/src/cerebras/modelzoo/data_preparation/data_preprocessing/data_dedup/requirements.txt index c59b586d..dd13fde1 100644 --- a/src/cerebras/modelzoo/data_preparation/data_preprocessing/data_dedup/requirements.txt +++ b/src/cerebras/modelzoo/data_preparation/data_preprocessing/data_dedup/requirements.txt @@ -7,11 +7,11 @@ jsonlines==3.1.0 lm-dataformat @ https://github.com/leogao2/lm_dataformat/archive/ac85cb7dae49ce25e9973a128ebd9167deaf64dd.zip more-itertools==9.1.0 networkit==10.1 -nltk==3.8.1 +nltk==3.9.1 numpy==1.24.3 regex==2023.6.3 scipy==1.10.1 -tqdm==4.65.0 +tqdm==4.66.3 ujson==5.7.0 wcwidth==0.2.6 zstandard==0.21.0 \ No newline at end of file diff --git a/src/cerebras/modelzoo/data_preparation/nlp/slimpajama/requirements.txt b/src/cerebras/modelzoo/data_preparation/nlp/slimpajama/requirements.txt index a310854b..c59d3000 100644 --- a/src/cerebras/modelzoo/data_preparation/nlp/slimpajama/requirements.txt +++ b/src/cerebras/modelzoo/data_preparation/nlp/slimpajama/requirements.txt @@ -7,11 +7,11 @@ jsonlines==3.1.0 lm-dataformat @ https://github.com/leogao2/lm_dataformat/archive/ac85cb7dae49ce25e9973a128ebd9167deaf64dd.zip more-itertools==9.1.0 networkit==10.1 -nltk==3.8.1 +nltk==3.9.1 numpy==1.24.3 regex==2023.6.3 scipy==1.10.1 -tqdm==4.65.0 +tqdm==4.66.3 ujson==5.7.0 wcwidth==0.2.6 zstandard==0.21.0