Skip to content

Commit 75f3e27

Browse files
committed
add whatsnew note, set min version
1 parent e2f83df commit 75f3e27

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/source/whatsnew/v1.3.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

9294
For `optional libraries <https://dev.pandas.io/docs/install.html#dependencies>`_ the general recommendation is to use the latest version.
9395
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Minimum requirements for the build system to execute.
33
# See https://github.com/scipy/scipy/pull/12940 for the AIX issue.
44
requires = [
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'",

0 commit comments

Comments
 (0)