From 8087e77212a16455620b2eae4b4a4e1b66277c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:35:13 +0000 Subject: [PATCH] Bump the pytorch group across 1 directory with 5 updates Bumps the pytorch group with 5 updates in the /pytorch directory: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.1.3` | `2.2.1` | | [psutil](https://github.com/giampaolo/psutil) | `6.1.0` | `6.1.1` | | [intel-openmp](https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler.html) | `2025.0.2` | `2025.0.4` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.3.1` | `4.3.4` | | [notebook](https://github.com/jupyter/notebook) | `7.3.0rc0` | `7.4.0a0` | Updates `numpy` from 2.1.3 to 2.2.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.3...v2.2.1) Updates `psutil` from 6.1.0 to 6.1.1 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.0...release-6.1.1) Updates `intel-openmp` from 2025.0.2 to 2025.0.4 Updates `jupyterlab` from 4.3.1 to 4.3.4 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.3.4/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.3.1...@jupyterlab/lsp@4.3.4) Updates `notebook` from 7.3.0rc0 to 7.4.0a0 - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.3.0-rc.0...@jupyter-notebook/tree@7.4.0-alpha.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytorch - dependency-name: intel-openmp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytorch - dependency-name: jupyterlab dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytorch - dependency-name: notebook dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch ... Signed-off-by: dependabot[bot] --- pytorch/jupyter-requirements.txt | 4 ++-- pytorch/serving/torchserve-xpu-requirements.txt | 2 +- pytorch/venv-requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pytorch/jupyter-requirements.txt b/pytorch/jupyter-requirements.txt index 38c3d4dd..848fccf1 100644 --- a/pytorch/jupyter-requirements.txt +++ b/pytorch/jupyter-requirements.txt @@ -1,4 +1,4 @@ -jupyterlab==4.3.1 +jupyterlab==4.3.4 jupyterhub==5.2.1 -notebook==7.3.0rc0 +notebook==7.4.0a0 jupyter-server-proxy>=4.1.2 diff --git a/pytorch/serving/torchserve-xpu-requirements.txt b/pytorch/serving/torchserve-xpu-requirements.txt index f5e0ddc9..ca3b61de 100644 --- a/pytorch/serving/torchserve-xpu-requirements.txt +++ b/pytorch/serving/torchserve-xpu-requirements.txt @@ -3,7 +3,7 @@ torchvision==0.18.1+cxx11.abi torchaudio==2.3.1+cxx11.abi intel_extension_for_pytorch==2.3.110+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us -numpy==2.1.3 +numpy==2.2.1 captum>=0.7.0 cython>=3.0.10 pynvml>=11.5.0 diff --git a/pytorch/venv-requirements.txt b/pytorch/venv-requirements.txt index 280105de..b5995582 100644 --- a/pytorch/venv-requirements.txt +++ b/pytorch/venv-requirements.txt @@ -1,5 +1,5 @@ setuptools>=70.0.0 -psutil==6.1.0 +psutil==6.1.1 mkl==2025.0.1 mkl-include==2025.0.1 -intel-openmp==2025.0.2 +intel-openmp==2025.0.4