File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if [ ${CUDA_VERSION} = "12.8" ]; then
13
13
TORCH_INSTALL=" pip install --no-cache-dir --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${CUDA_VERSION// .} "
14
14
else
15
15
DOCKER_IMAGE=" pytorch/manylinux-builder:cuda${CUDA_VERSION} "
16
- TORCH_INSTALL=" pip install --no-cache-dir torch==2.5.1 --index-url https://download.pytorch.org/whl/cu${CUDA_VERSION// .} "
16
+ TORCH_INSTALL=" pip install --no-cache-dir torch==2.6.0 --index-url https://download.pytorch.org/whl/cu${CUDA_VERSION// .} "
17
17
fi
18
18
19
19
docker run --rm \
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
3
" scikit-build-core>=0.10" ,
4
- " torch>=2.5.1 " ,
4
+ " torch>=2.6.0 " ,
5
5
" wheel" ,
6
6
]
7
7
build-backend = " scikit_build_core.build"
Original file line number Diff line number Diff line change 2
2
requires = [
3
3
" setuptools>=75.0" ,
4
4
" scikit-build-core>=0.10" ,
5
- " torch>=2.5.1 " ,
5
+ " torch>=2.6.0 " ,
6
6
" wheel" ,
7
7
]
8
8
build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments