Skip to content

Commit

Permalink
Rebuild for libsentencepiece0199 (#14)
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 15, 2023
2 parents 0ede874 + ce48594 commit 9527af1
Show file tree
Hide file tree
Showing 10 changed files with 17 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 @@ -11,7 +11,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libsentencepiece:
- 0.1.97
- 0.1.99
numpy:
- '1.21'
pin_run_as_build:
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 @@ -11,7 +11,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libsentencepiece:
- 0.1.97
- 0.1.99
numpy:
- '1.21'
pin_run_as_build:
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 @@ -11,7 +11,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libsentencepiece:
- 0.1.97
- 0.1.99
numpy:
- '1.21'
pin_run_as_build:
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 @@ -11,7 +11,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libsentencepiece:
- 0.1.97
- 0.1.99
numpy:
- '1.23'
pin_run_as_build:
Expand Down
7 changes: 7 additions & 0 deletions .ci_support/migrations/libsentencepiece0199.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__migrator:
kind: version
migration_number: 1
bump_number: 1
libsentencepiece:
- '0.1.99'
migrator_ts: 1686840310.882099
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 @@ -9,7 +9,7 @@ cxx_compiler:
cxx_compiler_version:
- '15'
libsentencepiece:
- 0.1.97
- 0.1.99
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
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 @@ -9,7 +9,7 @@ cxx_compiler:
cxx_compiler_version:
- '15'
libsentencepiece:
- 0.1.97
- 0.1.99
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
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 @@ -9,7 +9,7 @@ cxx_compiler:
cxx_compiler_version:
- '15'
libsentencepiece:
- 0.1.97
- 0.1.99
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
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 @@ -9,7 +9,7 @@ cxx_compiler:
cxx_compiler_version:
- '15'
libsentencepiece:
- 0.1.97
- 0.1.99
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
Expand Down
3 changes: 2 additions & 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: 1
number: 2
# no pytorch on windows in conda-forge, see
# https://github.com/conda-forge/pytorch-cpu-feedstock/issues/32
skip: true # [win]
Expand Down Expand Up @@ -62,6 +62,7 @@ test:
- pytest
- expecttest
- parameterized
- portalocker >=2
- spacy-model-{{ spacy_model }}
- torchdata
source_files:
Expand Down

0 comments on commit 9527af1

Please sign in to comment.