File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -72,25 +72,28 @@ Dependencies
72
72
73
73
Highly Recommended Dependencies
74
74
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75
+
75
76
* `numexpr <http://code.google.com/p/numexpr/ >`__: to accelerate some expression evaluation operations
76
- also required by `PyTables `
77
+ also required by `PyTables `
77
78
* `bottleneck <http://berkeleyanalytics.com/bottleneck >`__: to accelerate certain numerical operations
78
79
79
80
Optional dependencies
80
81
~~~~~~~~~~~~~~~~~~~~~
81
82
82
83
* `Cython <http://www.cython.org >`__: Only necessary to build development
83
- version. Version 0.17.1 or higher.
84
+ version. Version 0.17.1 or higher.
84
85
* `SciPy <http://www.scipy.org >`__: miscellaneous statistical functions
85
86
* `PyTables <http://www.pytables.org >`__: necessary for HDF5-based storage
86
87
* `matplotlib <http://matplotlib.sourceforge.net/ >`__: for plotting
87
88
* `statsmodels <http://statsmodels.sourceforge.net/ >`__
88
89
* Needed for parts of :mod: `pandas.stats `
89
90
* `openpyxl <http://packages.python.org/openpyxl/ >`__, `xlrd/xlwt <http://www.python-excel.org/ >`__
91
+
90
92
* openpyxl version 1.6.1 or higher, for writing .xlsx files
91
93
* xlrd >= 0.9.0
92
94
* Needed for Excel I/O
93
95
* `lxml <http://lxml.de >`__, or `Beautiful Soup 4 <http://www.crummy.com/software/BeautifulSoup >`__: for reading HTML tables
96
+
94
97
* The differences between lxml and Beautiful Soup 4 are mostly speed (lxml
95
98
is faster), however sometimes Beautiful Soup returns what you might
96
99
intuitively expect. Both backends are implemented, so try them both to
You can’t perform that action at this time.
0 commit comments