Skip to content

Commit 0151d3d

Browse files
authored
Merge branch 'main' into gv/exclusivejoin
2 parents aab0a05 + 03800e5 commit 0151d3d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build/python_metadata.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ BUNDLE_VERSION_INFO = _make_bundle_version_info([
180180
"abi": None,
181181
"sha256": "fc4fb50f73973c257277155b3cb113aa2cf68e9da8ef424ecb049b41bc463183",
182182
},
183-
{
184-
"name": "scipy",
185-
"abi": "3.13",
186-
"sha256": "4f1b6fc179bd5c6d3de68abc4aa9fca2aaecd09c5c8d357c2ecfedce7d621f3d",
187-
},
183+
# {
184+
# "name": "scipy",
185+
# "abi": "3.13",
186+
# "sha256": "4f1b6fc179bd5c6d3de68abc4aa9fca2aaecd09c5c8d357c2ecfedce7d621f3d",
187+
# },
188188
],
189189
},
190190
{

src/workerd/server/tests/python/vendor_pkg_tests/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ vendored_py_wd_test(
88
"python-workers-runtime-sdk",
99
)
1010

11-
vendored_py_wd_test("scipy")
11+
# vendored_py_wd_test("scipy")

0 commit comments

Comments
 (0)