Skip to content

Commit

Permalink
relax pytorch pin
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 23, 2024
1 parent 9169d9e commit ff12da5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
- pytest-xdist
- python>=3.10,<3.13
- pytorch-cuda=11.8
- pytorch=2.0.0
- pytorch>=2.0,<2.4.0a0
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- recommonmark
- scikit-build-core>=0.10.0
Expand Down
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,13 +285,13 @@ dependencies:
# If conda-forge supports the new cuda-* packages for CUDA 11.8
# at some point, then we can fully support/properly specify
# this environment.
- pytorch=2.0.0
- &pytorch pytorch>=2.0,<2.4.0a0
- pytorch-cuda=11.8
- matrix:
arch: aarch64
cuda: "11.8"
packages:
- pytorch=2.0.0
- *pytorch
- pytorch-cuda=11.8
- matrix:
packages:
Expand All @@ -318,7 +318,7 @@ dependencies:
common:
- output_types: [conda]
packages:
- pytorch=2.0.0
- *pytorch
- cpuonly
clang_tools:
common:
Expand Down

0 comments on commit ff12da5

Please sign in to comment.