From 9d188eb8f4f99871d8449aedbf5b264efc76500f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:30:55 +0000 Subject: [PATCH] chore(deps): bump the python-packages group across 1 directory with 3 updates Bumps the python-packages group with 3 updates in the / directory: [numpy](https://github.com/numpy/numpy), [torch](https://github.com/pytorch/pytorch) and [pytest](https://github.com/pytest-dev/pytest). Updates `numpy` from 1.26.4 to 2.0.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/v1.26.4...v2.0.1) Updates `torch` from 2.3.1+rocm6.0 to 2.4.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/commits/v2.4.0) Updates `pytest` from 8.3.1 to 8.3.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.1...8.3.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- requirements.rocm.txt | 4 ++-- requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 976ab2bb..87fcfecc 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,4 +1,4 @@ -pytest==8.3.1 +pytest==8.3.2 mypy==1.11.0 black==24.4.2 ruff==0.5.4 diff --git a/requirements.rocm.txt b/requirements.rocm.txt index bc1b4408..6272e55f 100644 --- a/requirements.rocm.txt +++ b/requirements.rocm.txt @@ -1,5 +1,5 @@ -numpy==1.26.4 -torch==2.3.1+rocm6.0 +numpy==2.0.1 +torch==2.4.0 horde_sdk~=0.14.0 horde_safety~=0.2.3 diff --git a/requirements.txt b/requirements.txt index edc910a6..e34c1dae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ horde_sdk>=0.14.0 horde_model_reference>=0.8.1 horde_safety~=0.2.3 -numpy==1.26.4 -torch==2.4.0+cu124 +numpy==2.0.1 +torch==2.4.0 mkl_fft