Skip to content

Commit

Permalink
build(deps): update numpy requirement from <2.0 to <3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v0.2.0...v2.0.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 1edd4d2 commit 5c479f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion course_UvA-DL/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy <2.0 # needed for older Torch
numpy <3.0 # needed for older Torch
torch >=1.8.1,<2.5
pytorch-lightning >=2.0,<2.4
torchmetrics >=1.0,<1.5
Expand Down
2 changes: 1 addition & 1 deletion lightning_examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy <2.0 # needed for older Torch
numpy <3.0 # needed for older Torch
torch>=1.8.1, <2.5
pytorch-lightning >=2.0,<2.4
torchmetrics>=1.0, <1.5
Expand Down

0 comments on commit 5c479f5

Please sign in to comment.