Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 8e48953

Browse files
authored
Set python==3.11 (#76)
1 parent 46fe63a commit 8e48953

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/conda-envs/cpu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: cpu
22
channels:
33
- pytorch
44
dependencies:
5+
- python==3.11
56
- pytorch
67
- torchvision
78
- torchaudio

tests/conda-envs/cuda.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ channels:
33
- pytorch
44
- nvidia
55
dependencies:
6+
- python==3.11
67
- pytorch
78
- torchvision
89
- torchaudio

tests/conda-envs/ipex.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ channels:
33
- intel
44
- conda-forge
55
dependencies:
6+
- python==3.11
67
- intel-aikit-pytorch
78
- pytorch>=2.0.1=*_xpu_*
89
- intel-extension-for-pytorch

0 commit comments

Comments
 (0)