Skip to content

Commit 98565bf

Browse files
committed
adding haversine package
1 parent bfe54f0 commit 98565bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ RUN conda install pip statsmodels seaborn python-dateutil nltk spacy dask -y -q
6161
# DEAP genetic algorithms framework
6262
pip install deap && \
6363
# TPOT pipeline infrastructure
64-
pip install tpot
64+
pip install tpot && \
65+
# haversine
66+
pip install haversine
6567

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

0 commit comments

Comments
 (0)