Skip to content

Commit a75fd9c

Browse files
authored
use pl latest (#1087)
1 parent bec4f23 commit a75fd9c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -472,9 +472,8 @@ RUN pip install flashtext && \
472472
pip install vowpalwabbit && \
473473
pip install pydub && \
474474
pip install pydegensac && \
475-
# b/198635596 latest versions of torchmetrics & pytorch-lightning are failing at runtime.
476-
pip install torchmetrics==0.5.0 && \
477-
pip install pytorch-lightning==1.4.4 && \
475+
pip install torchmetrics && \
476+
pip install pytorch-lightning && \
478477
pip install datatable && \
479478
pip install sympy && \
480479
# flask is used by agents in the simulation competitions.

0 commit comments

Comments
 (0)