From c54eb000553d4632247f5ea58162029fc3a7127a Mon Sep 17 00:00:00 2001 From: mauwii Date: Wed, 9 Nov 2022 01:26:04 +0100 Subject: [PATCH] update python version --- environment-linux-aarch64.yml | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment-linux-aarch64.yml b/environment-linux-aarch64.yml index 8accc711b0..ac52b50621 100644 --- a/environment-linux-aarch64.yml +++ b/environment-linux-aarch64.yml @@ -3,7 +3,7 @@ channels: - pytorch - conda-forge dependencies: - - python=3.9.* + - python=3.10 - pip>=22.2.2 - cudatoolkit - pytorch diff --git a/environment.yml b/environment.yml index 8cf8779ee3..4c97a42dd5 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - conda-forge - defaults dependencies: - - python>=3.9 + - python=3.10 - pip=22.2.2 - numpy=1.23.3 - torchvision=0.13.1