Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 1c7fd11

Browse files
authored
Unvendor cloudpickle (#3568)
1 parent a5459f1 commit 1c7fd11

File tree

7 files changed

+5
-1381
lines changed

7 files changed

+5
-1381
lines changed

LICENSE

-2
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,6 @@ See project link for details.
311311
-> heron/tools/ui/resources/static/js/JSXTransformer.0.10.0.js
312312
autogen.sh
313313
-> config/autogen.sh
314-
cloudpickle(https://github.com/cloudpipe/cloudpickle/blob/master/LICENSE)
315-
-> heronpy/api/cloudpickle.py
316314
cpplint(https://github.com/cpplint/cpplint/blob/master/LICENSE)
317315
-> third_party/python/cpplint/cpplint.py
318316
d3(v3.4.11, https://github.com/d3/d3/blob/master/LICENSE)

heronpy/api/BUILD

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ pex_library(
99
deps = [
1010
"//heronpy/proto:proto-py",
1111
],
12+
reqs = [
13+
"cloudpickle~=1.5.0",
14+
],
1215
)
1316

1417
# for egg production

0 commit comments

Comments
 (0)