Skip to content

adding haversine package #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 1, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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