Skip to content

Commit a41dd6e

Browse files
authored
Remove explicit dependency on py4j (#1112)
The `hyperopt` package now lists `py4j` as a dependency: https://github.com/hyperopt/hyperopt/blob/dfdb48d1dd9917fad347316a7818a9dcd160f200/setup.py#L51 See: b/206631257
1 parent 0829b4c commit a41dd6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,6 @@ RUN pip install mpld3 && \
240240
pip install haversine && \
241241
pip install toolz cytoolz && \
242242
pip install plotly && \
243-
# b/206631257: hyperopt requires py4j >= 0.2.6 requires py4j but doesn't list it as a dependency. Remove once hyperopt properly list it.
244-
pip install py4j && \
245243
pip install hyperopt && \
246244
pip install fitter && \
247245
pip install langid && \

0 commit comments

Comments
 (0)