Skip to content

Commit 1791afb

Browse files
authored
Merge pull request #42 from regro-cf-autotick-bot/rebuild-pytorch29-0-1_hd97cfe
Rebuild for pytorch 2.9
2 parents b6e3742 + ee32cd8 commit 1791afb

11 files changed

+20
-10
lines changed

.ci_support/linux_64_cuda_compiler_version12.9python3.10.____cpython.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pin_run_as_build:
2929
python:
3030
- 3.10.* *_cpython
3131
pytorch:
32-
- '2.8'
32+
- '2.9'
3333
target_platform:
3434
- linux-64
3535
zip_keys:

.ci_support/linux_64_cuda_compiler_version12.9python3.11.____cpython.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pin_run_as_build:
2929
python:
3030
- 3.11.* *_cpython
3131
pytorch:
32-
- '2.8'
32+
- '2.9'
3333
target_platform:
3434
- linux-64
3535
zip_keys:

.ci_support/linux_64_cuda_compiler_version12.9python3.12.____cpython.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pin_run_as_build:
2929
python:
3030
- 3.12.* *_cpython
3131
pytorch:
32-
- '2.8'
32+
- '2.9'
3333
target_platform:
3434
- linux-64
3535
zip_keys:

.ci_support/linux_64_cuda_compiler_version12.9python3.13.____cp313.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pin_run_as_build:
2929
python:
3030
- 3.13.* *_cp313
3131
pytorch:
32-
- '2.8'
32+
- '2.9'
3333
target_platform:
3434
- linux-64
3535
zip_keys:

.ci_support/linux_aarch64_cuda_compiler_version12.9python3.10.____cpython.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pin_run_as_build:
2929
python:
3030
- 3.10.* *_cpython
3131
pytorch:
32-
- '2.8'
32+
- '2.9'
3333
target_platform:
3434
- linux-aarch64
3535
zip_keys:

.ci_support/linux_aarch64_cuda_compiler_version12.9python3.11.____cpython.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pin_run_as_build:
2929
python:
3030
- 3.11.* *_cpython
3131
pytorch:
32-
- '2.8'
32+
- '2.9'
3333
target_platform:
3434
- linux-aarch64
3535
zip_keys:

.ci_support/linux_aarch64_cuda_compiler_version12.9python3.12.____cpython.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pin_run_as_build:
2929
python:
3030
- 3.12.* *_cpython
3131
pytorch:
32-
- '2.8'
32+
- '2.9'
3333
target_platform:
3434
- linux-aarch64
3535
zip_keys:

.ci_support/linux_aarch64_cuda_compiler_version12.9python3.13.____cp313.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pin_run_as_build:
2929
python:
3030
- 3.13.* *_cp313
3131
pytorch:
32-
- '2.8'
32+
- '2.9'
3333
target_platform:
3434
- linux-aarch64
3535
zip_keys:
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
migrator_ts: 1764149285
2+
__migrator:
3+
commit_message: Rebuild for pytorch 2.8
4+
kind: version
5+
migration_number: 1
6+
bump_number: 1
7+
libtorch:
8+
- '2.9'
9+
pytorch:
10+
- '2.9'

.github/workflows/conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ jobs:
141141
UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }}
142142
BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }}
143143
FEEDSTOCK_TOKEN: ${{ secrets.FEEDSTOCK_TOKEN }}
144-
STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }}
144+
STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }}

0 commit comments

Comments
 (0)