From 2aca4cef9775e9540bbf208a3ec8f06728395984 Mon Sep 17 00:00:00 2001 From: Oksana Shadura Date: Tue, 13 Feb 2024 14:00:49 +0100 Subject: [PATCH] =?UTF-8?q?Pytorch=201.x=20is=20not=20available=20for=20py?= =?UTF-8?q?thon=203.11+=20=20=E2=94=9C=E2=94=80=20pytorch=20[1.12.0|1.12.1?= =?UTF-8?q?]=20would=20require=2040.92=20=20=20=20=E2=94=82=20=20=E2=94=94?= =?UTF-8?q?=E2=94=80=20python=20>=3D3.10,<3.11.0a0=20,=20which=20can=20be?= =?UTF-8?q?=20installed;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coffea-basev0/environment.yaml | 2 +- coffea-dask/environment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coffea-basev0/environment.yaml b/coffea-basev0/environment.yaml index d470676..f6ae182 100644 --- a/coffea-basev0/environment.yaml +++ b/coffea-basev0/environment.yaml @@ -40,7 +40,7 @@ dependencies: - hist # ML - xgboost - - pytorch=1.12 + - pytorch - torch-scatter - pip - coffea=0.7.22 diff --git a/coffea-dask/environment.yaml b/coffea-dask/environment.yaml index 67b8ea6..4329707 100644 --- a/coffea-dask/environment.yaml +++ b/coffea-dask/environment.yaml @@ -40,7 +40,7 @@ dependencies: - hist # ML - xgboost - - pytorch=1.12 + - pytorch - torch-scatter - pip - coffea=2024.1.2