Skip to content

Commit

Permalink
Bump the pip group in /requirements with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [torch](https://github.com/pytorch/pytorch) and [jinja2](https://github.com/pallets/jinja) to permit the latest version.

Updates `torch` to 2.5.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.0.0...v2.5.1)

Updates `jinja2` to 3.1.5
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@2.0rc1...3.1.5)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent d34fcad commit c96ed92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runstats>=2.0.0
scikit-image==0.21.0
setuptools==65.5.1
tensorboard
torch>=2.0.0,<2.1.0
torch>=2.0.0,<2.6.0
torchmetrics>=0.11.0
tqdm
wandb==0.15.8
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Jinja2<3.1
Jinja2<3.2
latexcodec
numpy
# sphinx-book-theme is incompatible with pydata-sphinx-theme>0.13.2
Expand Down

0 comments on commit c96ed92

Please sign in to comment.