File tree 2 files changed +3
-1
lines changed
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:
88
88
+-----------------+-----------------+----------+---------+
89
89
| mypy (dev) | 0.782 | | |
90
90
+-----------------+-----------------+----------+---------+
91
+ | setuptools | 38.6.0 | | X |
92
+ +-----------------+-----------------+----------+---------+
91
93
92
94
For `optional libraries <https://dev.pandas.io/docs/install.html#dependencies >`_ the general recommendation is to use the latest version.
93
95
The 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 2
2
# Minimum requirements for the build system to execute.
3
3
# See https://github.com/scipy/scipy/pull/12940 for the AIX issue.
4
4
requires = [
5
- " setuptools" ,
5
+ " setuptools>=38.6.0 " ,
6
6
" wheel" ,
7
7
" Cython>=0.29.21,<3" , # Note: sync with setup.py
8
8
" numpy==1.16.5; python_version=='3.7'" ,
You can’t perform that action at this time.
0 commit comments