-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC/BLD: update README.md, remove setuptools from dependency #41818
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
Conversation
https://github.com/pandas-dev/pandas/blob/master/setup.cfg#L33 update as well i think |
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.
I wouldn't add it to install_requires
, see #41815
README.md
Outdated
@@ -100,9 +101,10 @@ pip install pandas | |||
``` | |||
|
|||
## Dependencies | |||
- [Setuptools - A fully-featured, actively-maintained, and stable library designed to facilitate packaging Python projects](https://setuptools.readthedocs.io/en/latest/) |
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.
Can you move this to the optional dependencies section?
thanks @fangchenli |
xref #41815