Skip to content

Commit 17494c2

Browse files
Bump the pytorch group in /pytorch with 5 updates
Bumps the pytorch group in /pytorch with 5 updates: | Package | From | To | | --- | --- | --- | | [mkl](https://github.com/oneapi-src/oneMKL) | `2024.2.2` | `2025.0.0` | | [mkl-include](https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html) | `2024.2.2` | `2025.0.0` | | [intel-openmp](https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler.html) | `2024.2.1` | `2025.0.0` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.3.0rc0` | `4.3.0rc1` | | [notebook](https://github.com/jupyter/notebook) | `7.3.0b0` | `7.3.0b1` | Updates `mkl` from 2024.2.2 to 2025.0.0 - [Release notes](https://github.com/oneapi-src/oneMKL/releases) - [Commits](https://github.com/oneapi-src/oneMKL/commits) Updates `mkl-include` from 2024.2.2 to 2025.0.0 Updates `intel-openmp` from 2024.2.1 to 2025.0.0 Updates `jupyterlab` from 4.3.0rc0 to 4.3.0rc1 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.3.0-rc.0...@jupyterlab/lsp@4.3.0-rc.1) Updates `notebook` from 7.3.0b0 to 7.3.0b1 - [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-beta.0...@jupyter-notebook/tree@7.3.0-beta.1) --- updated-dependencies: - dependency-name: mkl dependency-type: direct:production update-type: version-update:semver-major dependency-group: pytorch - dependency-name: mkl-include dependency-type: direct:production update-type: version-update:semver-major dependency-group: pytorch - dependency-name: intel-openmp dependency-type: direct:production update-type: version-update:semver-major 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-patch dependency-group: pytorch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc0eb35 commit 17494c2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pytorch/jupyter-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jupyterlab==4.3.0rc0
1+
jupyterlab==4.3.0rc1
22
jupyterhub==5.2.1
3-
notebook==7.3.0b0
3+
notebook==7.3.0b1
44
jupyter-server-proxy>=4.1.2

pytorch/venv-requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools>=70.0.0
22
psutil==6.1.0
3-
mkl==2024.2.2
4-
mkl-include==2024.2.2
5-
intel-openmp==2024.2.1
3+
mkl==2025.0.0
4+
mkl-include==2025.0.0
5+
intel-openmp==2025.0.0

0 commit comments

Comments
 (0)