Skip to content

Commit 0310e4c

Browse files
committed
Change pybind11 patch version in tensorflow patch
1 parent 6456932 commit 0310e4c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[[rules]]
22
# Note: This patch file is also used directly outside of pip during onnxruntime build
3+
# Note: This patch file is also used directly outside of pip during tensorflow build
34
# Note: This patch is also inlined in torch
45
version = '>= 2.10.1, < 2.11'
56
patch = 'pybind11-2.10.1.patch'

graalpython/lib-graalpython/patches/tensorflow/tensorflow-2.14.0.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ index 00000000000..dc67a9fc453
413413
+ "icu-release-69-1": "",
414414
+ "pybind11_protobuf-80f3440cd8fee124e077e2e47a8a17b78b451363": "",
415415
+ "pybind11_abseil-2c4932ed6f6204f1656e245838f4f5eae69d2e29": "",
416-
+ "pybind11-2.10.4": str(os.path.join(PATCHES_BASE_DIR, 'pybind11', 'pybind11-2.10.4.patch')),
416+
+ "pybind11-2.10.4": str(os.path.join(PATCHES_BASE_DIR, 'pybind11', 'pybind11-2.10.1.patch')),
417417
+ "jsoncpp-1.9.5": "",
418418
+ "cython-0.29.32": str(os.path.join(PATCHES_BASE_DIR, 'Cython', 'Cython-0.29.32.patch')),
419419
+ "sqlite-amalgamation-3400100": "",

graalpython/lib-graalpython/patches/tensorflow/tensorflow-2.15.0.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ index 00000000000..dc67a9fc453
441441
+ "icu-release-69-1": "",
442442
+ "pybind11_protobuf-80f3440cd8fee124e077e2e47a8a17b78b451363": "",
443443
+ "pybind11_abseil-2c4932ed6f6204f1656e245838f4f5eae69d2e29": "",
444-
+ "pybind11-2.10.4": str(os.path.join(PATCHES_BASE_DIR, 'pybind11', 'pybind11-2.10.4.patch')),
444+
+ "pybind11-2.10.4": str(os.path.join(PATCHES_BASE_DIR, 'pybind11', 'pybind11-2.10.1.patch')),
445445
+ "jsoncpp-1.9.5": "",
446446
+ "cython-0.29.32": str(os.path.join(PATCHES_BASE_DIR, 'Cython', 'Cython-0.29.32.patch')),
447447
+ "sqlite-amalgamation-3400100": "",

0 commit comments

Comments
 (0)