-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DEPS: update setuptools min version #42304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
6af8280
7bc5a42
9ac6943
8a12e21
66af51b
49958c8
0b812a0
73d59fe
eff688c
d2351cd
bfdeab3
fc3919f
a390612
67ab670
efb2fc7
4d578be
dee8fc0
bd661a5
36eb657
1d6c1e4
2aba478
37d2c4f
fe7b039
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -262,7 +262,7 @@ Visualization | |
========================= ================== ============================================================= | ||
Dependency Minimum Version Notes | ||
========================= ================== ============================================================= | ||
setuptools 38.6.0 Utils for entry points of plotting backend | ||
setuptools 51.0.0 Utils for entry points of plotting backend | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the notes suggest the min version we require is for using the plotting backend. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, this doesn't need to be changed. |
||
matplotlib 2.2.3 Plotting library | ||
Jinja2 2.10 Conditional formatting with DataFrame.style | ||
tabulate 0.8.7 Printing in Markdown-friendly format (see `tabulate`_) | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -645,7 +645,7 @@ If installed, we now require: | |
+-----------------+-----------------+----------+---------+ | ||
| mypy (dev) | 0.812 | | X | | ||
+-----------------+-----------------+----------+---------+ | ||
| setuptools | 38.6.0 | | X | | ||
| setuptools | 51.0.0 | | X | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this for users building pandas from source or users using a pre-built pandas with matplotlib? |
||
+-----------------+-----------------+----------+---------+ | ||
|
||
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sentence is no longer a complete sentence.