From 6a0e794d020901e0fd59bc0ddbe30f128fa7f34f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 20:50:09 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 5 updates Updates the requirements on [torch](https://github.com/pytorch/pytorch), [mlflow](https://github.com/mlflow/mlflow), [transformers](https://github.com/huggingface/transformers), [werkzeug](https://github.com/pallets/werkzeug) and [flask](https://github.com/pallets/flask) to permit the latest version. Updates `torch` to 2.5.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.5.1-rc1...v2.5.0) Updates `mlflow` to 2.17.1 - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](https://github.com/mlflow/mlflow/compare/v0.2.0...v2.17.1) Updates `transformers` from 4.5.0 to 4.38.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.5.0...v4.38.0) Updates `werkzeug` from 0.16.1 to 3.0.6 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.16.1...3.0.6) Updates `flask` to 3.0.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/0.1...3.0.3) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production dependency-group: pip - dependency-name: mlflow dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 65096865..ba44071d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ wheel # PyTorch # Temp. disabled the next line as it gets currently resolved to https://download.pytorch.org/whl/rocm3.8/torch-1.7.1%2Brocm3.8-cp38-cp38-linux_x86_64.whl #--find-links=https://download.pytorch.org/whl/torch_stable.html -torch>1.5,<1.9 +torch>1.5,<2.6 # progress bars in model download and training scripts tqdm # Accessing files from S3 directly. @@ -16,14 +16,14 @@ scipy>=1.3.2 sklearn # Metrics or logging related seqeval -mlflow<=1.13.1 +mlflow<=2.17.1 # huggingface repository -transformers==4.5.0 +transformers==4.38.0 # accessing dictionary elements with dot notation dotmap # for inference-rest-apis -Werkzeug==0.16.1 -flask<2.0.0 +Werkzeug==3.0.6 +flask<4.0.0 flask-restplus flask-cors dill # pickle extension for (de-)serialization