File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ If installed, we now require:
8888+-----------------+-----------------+----------+---------+
8989| mypy (dev) | 0.782 | | |
9090+-----------------+-----------------+----------+---------+
91+ | setuptools | 38.6.0 | | X |
92+ +-----------------+-----------------+----------+---------+
9193
9294For `optional libraries <https://dev.pandas.io/docs/install.html#dependencies >`_ the general recommendation is to use the latest version.
9395The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
Original file line number Diff line number Diff line change 22# Minimum requirements for the build system to execute.
33# See https://github.com/scipy/scipy/pull/12940 for the AIX issue.
44requires = [
5- " setuptools" ,
5+ " setuptools>=38.6.0 " ,
66 " wheel" ,
77 " Cython>=0.29.21,<3" , # Note: sync with setup.py
88 " numpy==1.16.5; python_version=='3.7'" ,
You can’t perform that action at this time.
0 commit comments