From f9c95f884ea1d3d36ab2cd6e75094faac6a3d46f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:08:57 +0000 Subject: [PATCH] Bump setuptools from 69.5.1 to 70.0.0 in /pytorch in the pip group Bumps the pip group in /pytorch with 1 update: [setuptools](https://github.com/pypa/setuptools). Updates `setuptools` from 69.5.1 to 70.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.5.1...v70.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pytorch/serving/torchserve-xpu-requirements.txt | 2 +- pytorch/xpu-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytorch/serving/torchserve-xpu-requirements.txt b/pytorch/serving/torchserve-xpu-requirements.txt index 534f6514..5b3bc7d7 100644 --- a/pytorch/serving/torchserve-xpu-requirements.txt +++ b/pytorch/serving/torchserve-xpu-requirements.txt @@ -3,7 +3,7 @@ torchvision==0.16.0.post3+cxx11.abi torchaudio==2.1.0.post3+cxx11.abi intel_extension_for_pytorch==2.1.40+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us -setuptools==69.5.1 +setuptools==70.0.0 numpy==1.26.4 captum>=0.7.0 cython>=3.0.10 diff --git a/pytorch/xpu-requirements.txt b/pytorch/xpu-requirements.txt index e7771aa0..b30daf03 100644 --- a/pytorch/xpu-requirements.txt +++ b/pytorch/xpu-requirements.txt @@ -4,7 +4,7 @@ torchaudio==2.1.0.post3+cxx11.abi intel_extension_for_pytorch==2.1.40+xpu oneccl_bind_pt==2.1.400+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us -setuptools==69.5.1 +setuptools==70.0.0 numpy>=1.26.4 idna>=3.7 requests>=2.32.0