Skip to content

Commit

Permalink
chore(deps): bump the python-packages group across 1 directory with 3…
Browse files Browse the repository at this point in the history
… 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](numpy/numpy@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](pytest-dev/pytest@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent c1df00c commit badbca6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.3.1
pytest==8.3.2
mypy==1.11.0
black==24.4.2
ruff==0.5.4
Expand Down
4 changes: 2 additions & 2 deletions requirements.rocm.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit badbca6

Please sign in to comment.