From 78b2100802f53e96428e22cdc94c85511fd44d7b Mon Sep 17 00:00:00 2001 From: Yangyang Li Date: Wed, 30 Oct 2024 12:38:15 -0500 Subject: [PATCH] Update Deepchopper (#51814) * Create meta.yaml of deepchopper * Update meta.yaml of deepchopper * Create build.sh of deepchopper * Update build.sh * Update meta.yaml * Update build.sh * Update meta.yaml * Update meta.yaml * Update build.sh * clean up recipe * add aarch64/arm64 builds * Update meta.yaml * Update build.sh * Update build.sh * Update build.sh * Update meta.yaml * Update meta.yaml * Update meta.yaml (evaluate do not have latest one) * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update build.sh * Update meta.yaml * Update meta.yaml --------- Co-authored-by: mencian Co-authored-by: Martin Grigorov Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com> --- recipes/deepchopper/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/deepchopper/meta.yaml b/recipes/deepchopper/meta.yaml index e8f25dfc9cf70..6a0403762b1d1 100644 --- a/recipes/deepchopper/meta.yaml +++ b/recipes/deepchopper/meta.yaml @@ -11,7 +11,7 @@ source: sha256: {{ sha256 }} build: - number: 0 + number: 1 skip: True # [py < 310] run_exports: - {{ pin_subpackage("deepchopper", max_pin="x") }} @@ -47,6 +47,7 @@ requirements: - hydra-core >=1.3.2 - omegaconf >=2.3.0 - python-multipart ==0.0.12 + - deepchopper-cli >=1.2.5 test: imports: