-
Notifications
You must be signed in to change notification settings - Fork 40
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
Does numpydoc need to be an install_requires dependency? #186
Comments
Oops! Yes that seems to be an oversight. I'm not sure why it went there in the first place rather than [docs]. Would you like to/be able to submit a PR fixing this? Thank you! 🙏 |
I just looked a little more closely at this and realized that |
😂 yup! Thank you for spotting all these oversights. 🤦 |
I work on a package that uses
skan
and am trying to reduce the dependencies that are installed. I see thatsetup.cfg
specifies that installingskan
requires thenumpydoc
package:https://github.com/jni/skan/blob/main/setup.cfg#L54
numpydoc
does not seem to be important for usingskan
. Does it need to be underinstall_requires
? Can it be moved to thedocs
key of the[options.extras_require]
section below?Interestingly, the version of
skan
on conda-forge does not requirenumpydoc
:https://github.com/conda-forge/skan-feedstock/blob/main/recipe/meta.yaml
The text was updated successfully, but these errors were encountered: