Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Nov 5, 2023
1 parent 74c758d commit 990597c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{% set name = "onnx" %}
{% set version = "1.14.1" %}

package:
name: libonnx
name: onnx-split
version: {{ version }}

source:
Expand All @@ -19,8 +18,7 @@ outputs:
- name: libonnx
script: build_libonnx.sh # [unix]
script: bld_libonnx.bat # [win]
build:
run_exports: {{ pin_subpackage('libonnx', max_pin='x.x') }}
run_exports: {{ pin_subpackage('libonnx', max_pin='x.x') }}
requirements:
build:
- {{ compiler('c') }}
Expand Down

0 comments on commit 990597c

Please sign in to comment.