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 - pytorch
- conda-forge - conda-forge
dependencies: dependencies:
- python=3.9.* - python=3.10
- pip>=22.2.2 - pip>=22.2.2
- cudatoolkit - cudatoolkit
- pytorch - pytorch

View File

@ -4,7 +4,7 @@ channels:
- conda-forge - conda-forge
- defaults - defaults
dependencies: dependencies:
- python>=3.9 - python=3.10
- pip=22.2.2 - pip=22.2.2
- numpy=1.23.3 - numpy=1.23.3
- torchvision=0.13.1 - torchvision=0.13.1