Skip to content

Commit 215becf

Browse files
authored
Pin umap-learn (#933)
`umap-learn` 0.5.0 (released on 1/11/2021, today) is causing a llvmlite upgrade. This library should never be updated because it is a distutils project and cannot be cleanly reinstalled. Packages should be compatible with the version of llvmlite from the base image.
1 parent 94fbe63 commit 215becf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ RUN pip install mpld3 && \
210210
pip install fbprophet && \
211211
pip install holoviews && \
212212
pip install geoviews && \
213+
# b/177279594 umap-learn 0.5.0 is causing a llvmlite upgrade.
214+
pip install umap-learn==0.4.6 && \
213215
pip install hypertools && \
214216
pip install py_stringsimjoin && \
215217
pip install mlens && \

0 commit comments

Comments
 (0)