Skip to content

Commit

Permalink
adding haversine package
Browse files Browse the repository at this point in the history
  • Loading branch information
wendykan committed Dec 1, 2015
1 parent bfe54f0 commit 98565bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ RUN conda install pip statsmodels seaborn python-dateutil nltk spacy dask -y -q
# DEAP genetic algorithms framework
pip install deap && \
# TPOT pipeline infrastructure
pip install tpot
pip install tpot && \
# haversine
pip install haversine

# Install OpenCV-3 with Python support
# We build libpng 1.6.17 from source because the apt-get version is too out of
Expand Down

0 comments on commit 98565bf

Please sign in to comment.