-
Notifications
You must be signed in to change notification settings - Fork 98
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
pip install from PyPI fails if NumPy not already installed #372
Comments
But Chaco does depend on Enable, which does declare a dependency on Numpy, so you shouldn't every be in a situation where you don't have Numpy? |
Note that the |
Sorry, yes, that was indeed the goal. Right now, I'd argue that |
Hmm, true. I guess the need to add NumPy to the runtime requirements really is at OCD level, then. :-) And at that level, I'd say that the general rule is that any package that Chaco imports directly from should be in the requirements. |
Chaco depends on NumPy, but doesn't declare that dependency in its setup.py.
The text was updated successfully, but these errors were encountered: