Skip to content

Commit 64a72c3

Browse files
fangchenliJulianWgs
authored andcommitted
DOC/BLD: update README.md, remove setuptools from dependency (pandas-dev#41818)
1 parent 973dd56 commit 64a72c3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/pydata/pandas)
1818
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)
1919
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
20+
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
2021

2122
## What is it?
2223

@@ -101,8 +102,8 @@ pip install pandas
101102

102103
## Dependencies
103104
- [NumPy - Adds support for large, multi-dimensional arrays, matrices and high-level mathematical functions to operate on these arrays](https://www.numpy.org)
104-
- [python-dateutil - Provides powerful extensions to the standard datetime module](https://labix.org/python-dateutil)
105-
- [pytz - Brings the Olson tz database into Python which allows accurate and cross platform timezone calculations](https://pythonhosted.org/pytz)
105+
- [python-dateutil - Provides powerful extensions to the standard datetime module](https://dateutil.readthedocs.io/en/stable/index.html)
106+
- [pytz - Brings the Olson tz database into Python which allows accurate and cross platform timezone calculations](https://github.com/stub42/pytz)
106107

107108
See the [full installation instructions](https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies) for minimum supported versions of required, recommended and optional dependencies.
108109

@@ -121,7 +122,7 @@ cloning the git repo), execute:
121122
python setup.py install
122123
```
123124

124-
or for installing in [development mode](https://pip.pypa.io/en/latest/reference/pip_install.html#editable-installs):
125+
or for installing in [development mode](https://pip.pypa.io/en/latest/cli/pip_install/#install-editable):
125126

126127

127128
```sh

doc/source/getting_started/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ Dependencies
221221
================================================================ ==========================
222222
Package Minimum supported version
223223
================================================================ ==========================
224-
`setuptools <https://setuptools.readthedocs.io/en/latest/>`__ 38.6.0
225224
`NumPy <https://numpy.org>`__ 1.17.3
226225
`python-dateutil <https://dateutil.readthedocs.io/en/stable/>`__ 2.7.3
227226
`pytz <https://pypi.org/project/pytz/>`__ 2017.3
@@ -263,6 +262,7 @@ Visualization
263262
========================= ================== =============================================================
264263
Dependency Minimum Version Notes
265264
========================= ================== =============================================================
265+
setuptools 38.6.0 Utils for entry points of plotting backend
266266
matplotlib 2.2.3 Plotting library
267267
Jinja2 2.10 Conditional formatting with DataFrame.style
268268
tabulate 0.8.7 Printing in Markdown-friendly format (see `tabulate`_)

0 commit comments

Comments
 (0)