Skip to content

Commit

Permalink
Rebuild for pytorch 2.5 and python 3.13 (#6)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Nov 5, 2024
2 parents 737fff0 + ec3ca7d commit 7656a20
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 37 deletions.
24 changes: 12 additions & 12 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4'
- '2.5'
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.4'
- '2.5'
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.4'
- '2.5'
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.4'
- '2.5'
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.4'
- '2.5'
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.4'
- '2.5'
target_platform:
- linux-64
zip_keys:
Expand Down
10 changes: 10 additions & 0 deletions .ci_support/migrations/pytorch25.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
__migrator:
build_number: 1
commit_message: Rebuild for pytorch 2.5
kind: version
migration_number: 1
libtorch:
- '2.5'
migrator_ts: 1730666768.682698
pytorch:
- '2.5'
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ pin_run_as_build:
python:
- 3.10.* *_cpython
pytorch:
- '2.4'
- '2.5'
target_platform:
- osx-64
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ pin_run_as_build:
python:
- 3.11.* *_cpython
pytorch:
- '2.4'
- '2.5'
target_platform:
- osx-64
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ pin_run_as_build:
python:
- 3.12.* *_cpython
pytorch:
- '2.4'
- '2.5'
target_platform:
- osx-64
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ pin_run_as_build:
python:
- 3.10.* *_cpython
pytorch:
- '2.4'
- '2.5'
target_platform:
- osx-arm64
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ pin_run_as_build:
python:
- 3.11.* *_cpython
pytorch:
- '2.4'
- '2.5'
target_platform:
- osx-arm64
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ pin_run_as_build:
python:
- 3.12.* *_cpython
pytorch:
- '2.4'
- '2.5'
target_platform:
- osx-arm64
24 changes: 12 additions & 12 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source:
- 216_be_compatible_with_cpu_only.patch
- remove_torchvision_minimum_requirement.patch

{% set build = 1 %}
{% set build = 2 %}
{% set build = build + 300 %} # [cuda_compiler_version != "None"]

build:
Expand Down

0 comments on commit 7656a20

Please sign in to comment.