We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8a2b5 commit 44068bcCopy full SHA for 44068bc
optional-requirements.txt
@@ -5,11 +5,17 @@
5
### ###
6
###################################################################
7
8
+## numpy (technically, this is covered by matplotlib's deps) ##
9
+numpy
10
+
11
## matplotlylib dependencies ##
12
matplotlib==1.3.1
13
14
## testing dependencies ##
15
nose==1.3.3
16
17
## ipython dependencies ##
-ipython[all]
18
+ipython[all]
19
20
+## pandas deps for some matplotlib functionality ##
21
+pandas
0 commit comments