Skip to content

Commit 44068bc

Browse files
committed
update optional requirements
1 parent 1a8a2b5 commit 44068bc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

optional-requirements.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
### ###
66
###################################################################
77

8+
## numpy (technically, this is covered by matplotlib's deps) ##
9+
numpy
10+
811
## matplotlylib dependencies ##
912
matplotlib==1.3.1
1013

1114
## testing dependencies ##
1215
nose==1.3.3
1316

1417
## ipython dependencies ##
15-
ipython[all]
18+
ipython[all]
19+
20+
## pandas deps for some matplotlib functionality ##
21+
pandas

0 commit comments

Comments
 (0)