Skip to content

Commit

Permalink
Update Deepchopper (#51814)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Martin Grigorov <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
4 people authored Oct 30, 2024
1 parent 0f72596 commit 78b2100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/deepchopper/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 1
skip: True # [py < 310]
run_exports:
- {{ pin_subpackage("deepchopper", max_pin="x") }}
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 78b2100

Please sign in to comment.