-
Notifications
You must be signed in to change notification settings - Fork 6
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
Dependencies? #1
Comments
I think it's possible, but I tend to avoid anything relating to dependencies and requirements with distutils/setuptools. Having those tools automatically try to install/upgrade dependencies is almost never what I want (for example, when I first released mpld3 I put a specific matplotlib version in The reason I used numpy's distutils is that I tend to write Cython code that operates on numpy arrays, so this is what I've always done. |
hmmm |
Maybe I listed it somewhere else... I can't recall. |
Hey Jake. How is it possible to declare installation requirements for a package using distutils? It seems kind of odd...
Also, what is the reason to use numpy distutils instead of setuptools here?
The text was updated successfully, but these errors were encountered: