We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6d1e8f + 98565bf commit e1012a9Copy full SHA for e1012a9
Dockerfile
@@ -61,7 +61,9 @@ RUN conda install pip statsmodels seaborn python-dateutil nltk spacy dask -y -q
61
# DEAP genetic algorithms framework
62
pip install deap && \
63
# TPOT pipeline infrastructure
64
- pip install tpot
+ pip install tpot && \
65
+ # haversine
66
+ pip install haversine
67
68
# Install OpenCV-3 with Python support
69
# We build libpng 1.6.17 from source because the apt-get version is too out of
0 commit comments