Skip to content

Commit 2dbd486

Browse files
authored
Pin fancyimpute to prevent tensorflow reinstallation. (#1032)
1 parent 8c40f18 commit 2dbd486

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ RUN pip install mpld3 && \
194194
pip install CVXcanon && \
195195
# b/179264579 cvxpy 1.1.8 requires numpy >= 1.20
196196
pip install cvxpy==1.1.7 && \
197-
pip install fancyimpute && \
197+
# b/184083722 remove pin after upgrading to TensorFlow 2.5
198+
pip install fancyimpute==0.5.5 && \
198199
pip install pymc3 && \
199200
pip install imagecodecs && \
200201
pip install tifffile && \

0 commit comments

Comments
 (0)