update environment-linux-aarch64 to use python 3.9

This commit is contained in:
mauwii 2022-11-04 00:06:19 +01:00 committed by Lincoln Stein
parent 45b4593563
commit 8648da8111

View File

@ -3,8 +3,8 @@ channels:
- pytorch
- conda-forge
dependencies:
- python>=3.9
- pip>=20.3
- python=3.9.*
- pip>=22.2.2
- cudatoolkit
- pytorch
- torchvision