From 07d2e51639cd9e121a0119674a1cf43013e0df4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Rozet?= Date: Mon, 10 Apr 2023 15:38:35 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Drop=20support=20for=20tor?= =?UTF-8?q?ch=20<=3D=201.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c300787..6c4fcca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: python-version: ["3.8", "3.9"] - torch-version: ["1.8", "1.12"] + torch-version: ["1.12", "2.0"] steps: - uses: actions/checkout@v3 diff --git a/requirements.txt b/requirements.txt index 79be438..f5bb4fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ numpy>=1.20.0 -torch>=1.8.0 +torch>=1.12.0