We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b4d46 commit c178409Copy full SHA for c178409
1 file changed
Dockerfile
@@ -225,6 +225,7 @@ RUN pip install --upgrade mpld3 && \
225
pip install pandas-profiling && \
226
pip install s2sphere && \
227
pip install git+https://github.com/fmfn/BayesianOptimization.git && \
228
+ pip install matplotlib-venn && \
229
##### ^^^^ Add new contributions above here
230
# clean up pip cache
231
rm -rf /root/.cache/pip/*
0 commit comments