Skip to content

Commit ace4663

Browse files
TomAugspurgerjreback
authored andcommitted
DOC: Update some outdated information (pandas-dev#19015)
1 parent 0e3c797 commit ace4663

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff 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

168167
See the [full installation instructions](https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies)
169168
for recommended and optional dependencies.
@@ -205,9 +204,6 @@ See the full instructions for [installing from source](https://pandas.pydata.org
205204
## Documentation
206205
The 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
212208
Work on ``pandas`` started at AQR (a quantitative hedge fund) in 2008 and
213209
has been under active development since then.

setup.py

-4
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@ def build_extensions(self):
198198
munging and cleaning data, analyzing / modeling it, then organizing the results
199199
of the analysis into a form suitable for plotting or tabular display. pandas is
200200
the ideal tool for all of these tasks.
201-
202-
Notes
203-
-----
204-
Windows binaries built against NumPy 1.8.1
205201
"""
206202

207203
DISTNAME = 'pandas'

0 commit comments

Comments
 (0)