Skip to content

Commit 905f029

Browse files
Bump the apptainer group across 1 directory with 5 updates
Bumps the apptainer group with 5 updates in the /apptainer/python directory: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.0.1` | `2.1.0` | | [setuptools](https://github.com/pypa/setuptools) | `72.1.0` | `73.0.1` | | [mkl](https://github.com/oneapi-src/oneMKL) | `2024.2.0` | `2024.2.1` | | [mkl-include](https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html) | `2024.2.0` | `2024.2.1` | | [intel-openmp](https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler.html) | `2024.2.0` | `2024.2.1` | Updates `numpy` from 2.0.1 to 2.1.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.0.1...v2.1.0) Updates `setuptools` from 72.1.0 to 73.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v72.1.0...v73.0.1) Updates `mkl` from 2024.2.0 to 2024.2.1 - [Release notes](https://github.com/oneapi-src/oneMKL/releases) - [Commits](https://github.com/oneapi-src/oneMKL/commits) Updates `mkl-include` from 2024.2.0 to 2024.2.1 Updates `intel-openmp` from 2024.2.0 to 2024.2.1 --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: apptainer - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: apptainer - dependency-name: mkl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: apptainer - dependency-name: mkl-include dependency-type: direct:production update-type: version-update:semver-patch dependency-group: apptainer - dependency-name: intel-openmp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: apptainer ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd824cf commit 905f029

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apptainer/python/requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
numpy==2.0.1
2-
setuptools==72.1.0
1+
numpy==2.1.0
2+
setuptools==73.0.1
33
psutil==6.0.0
4-
mkl==2024.2.0
5-
mkl-include==2024.2.0
6-
intel-openmp==2024.2.0
4+
mkl==2024.2.1
5+
mkl-include==2024.2.1
6+
intel-openmp==2024.2.1

0 commit comments

Comments
 (0)