Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
python:
- 3.10.* *_cpython
pytorch:
- '2.8'
- '2.9'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
python:
- 3.11.* *_cpython
pytorch:
- '2.8'
- '2.9'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
python:
- 3.12.* *_cpython
pytorch:
- '2.8'
- '2.9'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
python:
- 3.13.* *_cp313
pytorch:
- '2.8'
- '2.9'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
python:
- 3.10.* *_cpython
pytorch:
- '2.8'
- '2.9'
target_platform:
- linux-aarch64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
python:
- 3.11.* *_cpython
pytorch:
- '2.8'
- '2.9'
target_platform:
- linux-aarch64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
python:
- 3.12.* *_cpython
pytorch:
- '2.8'
- '2.9'
target_platform:
- linux-aarch64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
python:
- 3.13.* *_cp313
pytorch:
- '2.8'
- '2.9'
target_platform:
- linux-aarch64
zip_keys:
Expand Down
10 changes: 10 additions & 0 deletions .ci_support/migrations/pytorch29.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
migrator_ts: 1764149285
__migrator:
commit_message: Rebuild for pytorch 2.8
kind: version
migration_number: 1
bump_number: 1
libtorch:
- '2.9'
pytorch:
- '2.9'
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ jobs:
UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }}
BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }}
FEEDSTOCK_TOKEN: ${{ secrets.FEEDSTOCK_TOKEN }}
STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }}
STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }}
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source:
- path: setup.py

build:
number: 1
number: 2
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation
script_env:
# Limit MAX_JOBS in order to prevent runners from crashing
Expand Down