Skip to content

Commit a5aeae7

Browse files
committed
Updated to use new includes and reqs structure.
1 parent 1c8c05f commit a5aeae7

File tree

6 files changed

+19
-21
lines changed

6 files changed

+19
-21
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ setup-submodule:
1818
#
1919
# Note that this repo overrides the standard project deps to make
2020
# installation in Docker easier.
21-
deps:
21+
deps: base-deps
2222
. $(VENV)/bin/activate && \
2323
pip3.4 install -r requirements/part1.txt
2424
. $(VENV)/bin/activate && \
2525
pip3.4 install -r requirements/part2.txt
26-
. $(VENV)/bin/activate && \
27-
pip3.4 install -r requirements/part3.txt
2826

2927
setup:
3028
@git submodule init

include

Submodule include updated 1 file

requirements/base.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
six
2+
python-dateutil
3+
pyparsing
4+
pytz
5+
numpy==1.9.2
6+
ipython[notebook]==3.1.0
7+
matplotlib==1.4.3
8+
scipy==0.15.1
9+
pandas==0.16.0
10+
seaborn==0.5.1

requirements/part1.txt

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
setuptools
22
flake8
3-
six
4-
python-dateutil
5-
pyparsing
6-
pytz
7-
numpy
8-
matplotlib
9-
scipy
10-
pandas
11-
ipython[notebook]
12-
seaborn
3+
typecheck-decorator == 0.3b
4+
Image
5+
networkx
6+
FileChunkIO
7+
boto
8+
awscli

requirements/part2.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
typecheck-decorator == 0.3b
2-
Image
3-
networkx
4-
FileChunkIO
5-
boto
6-
awscli
1+
scikit-image

requirements/part3.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy