File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -160,10 +160,9 @@ pip install pandas
160160```
161161
162162## Dependencies
163- - [ NumPy] ( http://www.numpy.org ) : 1.7.0 or higher
164- - [ python-dateutil] ( https://labix.org/python-dateutil ) : 1.5 or higher
165- - [ pytz] ( https://pythonhosted.org/pytz )
166- - Needed for time zone support with `` pandas.date_range ``
163+ - [ NumPy] ( http://www.numpy.org ) : 1.9.0 or higher
164+ - [ python-dateutil] ( https://labix.org/python-dateutil ) : 2.5.0 or higher
165+ - [ pytz] ( https://pythonhosted.org/pytz ) : 2011k or higher
167166
168167See the [ full installation instructions] ( https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies )
169168for recommended and optional dependencies.
@@ -205,9 +204,6 @@ See the full instructions for [installing from source](https://pandas.pydata.org
205204## Documentation
206205The official documentation is hosted on PyData.org: https://pandas.pydata.org/pandas-docs/stable
207206
208- The Sphinx documentation should provide a good starting point for learning how
209- to use the library. Expect the docs to continue to expand as time goes on.
210-
211207## Background
212208Work on `` pandas `` started at AQR (a quantitative hedge fund) in 2008 and
213209has been under active development since then.
Original file line number Diff line number Diff line change @@ -198,10 +198,6 @@ def build_extensions(self):
198198munging and cleaning data, analyzing / modeling it, then organizing the results
199199of the analysis into a form suitable for plotting or tabular display. pandas is
200200the ideal tool for all of these tasks.
201-
202- Notes
203- -----
204- Windows binaries built against NumPy 1.8.1
205201"""
206202
207203DISTNAME = 'pandas'
You can’t perform that action at this time.
0 commit comments