From f04a88fa5ffb59876c036d256ab7208f66a70f71 Mon Sep 17 00:00:00 2001 From: Thomas Viehmann Date: Mon, 22 Jul 2024 17:29:07 +0200 Subject: [PATCH] bump pytorch min ver to 2.3 and macos runners to m1 (#822) --- .github/workflows/ci-testing.yml | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 90fb669144..81929293ef 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-22.04", "macOS-12", "windows-2022"] + os: ["ubuntu-22.04", "macOS-14", "windows-2022"] python-version: ["3.10"] requires: ["latest", "nightly"] # , 'oldest' include: diff --git a/requirements/base.txt b/requirements/base.txt index 1035d1938c..03dc3262fa 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,4 +1,4 @@ -torch >=2.2.0 +torch >=2.3.0 looseversion ==1.3.0 lightning-utilities >=0.7.0 numpy >=1.23.0,<2 # not yet ready for numpy 2