Skip to content

Commit

Permalink
Rebuild for pytorch20 (#11)
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 Jun 2, 2023
2 parents fea403f + b8351ba commit 0ede874
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_numpy1.21python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pin_run_as_build:
python:
- 3.10.* *_cpython
pytorch:
- '1.13'
- '2.0'
re2:
- 2023.03.02
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_numpy1.21python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pin_run_as_build:
python:
- 3.8.* *_cpython
pytorch:
- '1.13'
- '2.0'
re2:
- 2023.03.02
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_numpy1.21python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pin_run_as_build:
python:
- 3.9.* *_cpython
pytorch:
- '1.13'
- '2.0'
re2:
- 2023.03.02
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pin_run_as_build:
python:
- 3.11.* *_cpython
pytorch:
- '1.13'
- '2.0'
re2:
- 2023.03.02
target_platform:
Expand Down
7 changes: 7 additions & 0 deletions .ci_support/migrations/pytorch20.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
migrator_ts: 1680651766.97899
pytorch:
- '2.0'
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.21python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pin_run_as_build:
python:
- 3.10.* *_cpython
pytorch:
- '1.13'
- '2.0'
re2:
- 2023.03.02
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.21python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pin_run_as_build:
python:
- 3.8.* *_cpython
pytorch:
- '1.13'
- '2.0'
re2:
- 2023.03.02
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.21python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pin_run_as_build:
python:
- 3.9.* *_cpython
pytorch:
- '1.13'
- '2.0'
re2:
- 2023.03.02
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pin_run_as_build:
python:
- 3.11.* *_cpython
pytorch:
- '1.13'
- '2.0'
re2:
- 2023.03.02
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source:
- patches/0006-fix-path-inconsistency-in-test.patch

build:
number: 0
number: 1
# no pytorch on windows in conda-forge, see
# https://github.com/conda-forge/pytorch-cpu-feedstock/issues/32
skip: true # [win]
Expand Down

0 comments on commit 0ede874

Please sign in to comment.