Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5d2190

Browse files
committed
Updated deps.
1 parent 08f1237 commit b5d2190

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
INCLUDE_REPO=https://github.com/masteringmatplotlib/cloud-deploy.git
22
INCLUDE_DIR=include
3-
NAME=big-data
3+
NAME=clustering
44
NOTEBOOK=notebooks/mmpl-$(NAME).ipynb
55

66
-include include/common.mk
@@ -19,6 +19,8 @@ setup-submodule:
1919
# Note that this repo overrides the standard project deps to make
2020
# installation in Docker easier.
2121
deps:
22+
. $(VENV)/bin/activate && \
23+
pip3.4 install -U pip pyzmq
2224
. $(VENV)/bin/activate && \
2325
pip3.4 install -r requirements/part1.txt
2426
. $(VENV)/bin/activate && \

requirements/part1.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ scipy
1111
pandas
1212
ipython[notebook]
1313
seaborn
14+
scikit-learn
15+
astropy

requirements/part2.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ h5py
66
Image
77
networkx
88
FileChunkIO
9+
astroml
910
boto
1011
awscli
12+
-e git://github.com/oubiwann/StarCluster.git@develop#egg=StarCluster

requirements/part3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
tables
2-
blaze
2+
astroml_addons

0 commit comments

Comments
 (0)