Skip to content

Commit

Permalink
Bump the pytorch group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
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](numpy/numpy@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](giampaolo/psutil@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/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

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/[email protected]...@jupyter-notebook/[email protected])

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 24602a0 commit 8087e77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pytorch/jupyter-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pytorch/serving/torchserve-xpu-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pytorch/venv-requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8087e77

Please sign in to comment.