update python version

This commit is contained in:
mauwii 2022-11-09 01:26:04 +01:00 committed by Lincoln Stein
parent 72338506ed
commit c54eb00055
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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