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