From 5c479f510fce281ed7d5c294ac2e64fc792fdedb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:13:06 +0000 Subject: [PATCH] build(deps): update numpy requirement from <2.0 to <3.0 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](https://github.com/numpy/numpy/compare/v0.2.0...v2.0.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- course_UvA-DL/requirements.txt | 2 +- lightning_examples/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/course_UvA-DL/requirements.txt b/course_UvA-DL/requirements.txt index d4b3fcaa8..a09094571 100644 --- a/course_UvA-DL/requirements.txt +++ b/course_UvA-DL/requirements.txt @@ -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 diff --git a/lightning_examples/requirements.txt b/lightning_examples/requirements.txt index 10aad3cc5..8ec403707 100644 --- a/lightning_examples/requirements.txt +++ b/lightning_examples/requirements.txt @@ -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