Skip to content

Commit 216c4bd

Browse files
authored
Merge pull request #119 from regro-cf-autotick-bot/1.16.1_hc2ea6e
onnx v1.16.1
2 parents 40e9b89 + 6e204aa commit 216c4bd

13 files changed

+27
-5
lines changed

.ci_support/osx_64_numpy1.22python3.8.____cpython.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '10.13'
3+
MACOSX_SDK_VERSION:
4+
- '10.13'
35
c_compiler:
46
- clang
57
c_compiler_version:

.ci_support/osx_64_numpy1.22python3.9.____73_pypy.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '10.13'
3+
MACOSX_SDK_VERSION:
4+
- '10.13'
35
c_compiler:
46
- clang
57
c_compiler_version:

.ci_support/osx_64_numpy2.0python3.10.____cpython.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '10.13'
3+
MACOSX_SDK_VERSION:
4+
- '10.13'
35
c_compiler:
46
- clang
57
c_compiler_version:

.ci_support/osx_64_numpy2.0python3.11.____cpython.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '10.13'
3+
MACOSX_SDK_VERSION:
4+
- '10.13'
35
c_compiler:
46
- clang
57
c_compiler_version:

.ci_support/osx_64_numpy2.0python3.12.____cpython.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '10.13'
3+
MACOSX_SDK_VERSION:
4+
- '10.13'
35
c_compiler:
46
- clang
57
c_compiler_version:

.ci_support/osx_64_numpy2.0python3.9.____cpython.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '10.13'
3+
MACOSX_SDK_VERSION:
4+
- '10.13'
35
c_compiler:
46
- clang
57
c_compiler_version:

.ci_support/osx_arm64_numpy1.22python3.8.____cpython.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '11.0'
3+
MACOSX_SDK_VERSION:
4+
- '11.0'
35
c_compiler:
46
- clang
57
c_compiler_version:

.ci_support/osx_arm64_numpy2.0python3.10.____cpython.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '11.0'
3+
MACOSX_SDK_VERSION:
4+
- '11.0'
35
c_compiler:
46
- clang
57
c_compiler_version:

.ci_support/osx_arm64_numpy2.0python3.11.____cpython.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '11.0'
3+
MACOSX_SDK_VERSION:
4+
- '11.0'
35
c_compiler:
46
- clang
57
c_compiler_version:

.ci_support/osx_arm64_numpy2.0python3.12.____cpython.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '11.0'
3+
MACOSX_SDK_VERSION:
4+
- '11.0'
35
c_compiler:
46
- clang
57
c_compiler_version:

.ci_support/osx_arm64_numpy2.0python3.9.____cpython.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '11.0'
3+
MACOSX_SDK_VERSION:
4+
- '11.0'
35
c_compiler:
46
- clang
57
c_compiler_version:

.gitattributes

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{% set name = "onnx" %}
2-
{% set version = "1.16.0" %}
2+
{% set version = "1.16.1" %}
33

44
package:
55
name: {{ name|lower }}
66
version: {{ version }}
77

88
source:
99
url: https://github.com/onnx/onnx/archive/v{{ version }}.tar.gz
10-
sha256: 0ce153e26ce2c00afca01c331a447d86fbf21b166b640551fe04258b4acfc6a4
10+
sha256: 0e6aa2c0a59bb2d90858ad0040ea1807117cc2f05b97702170f18e6cd6b66fb3
1111
patches:
1212
- 0001-Link-to-abseil_dll.patch # [win and (libprotobuf != "3.21")]
1313

1414
build:
15-
number: 1
15+
number: 0
1616
entry_points:
1717
- check-model = onnx.bin.checker:check_model
1818
- check-node = onnx.bin.checker:check_node

0 commit comments

Comments
 (0)