##// END OF EJS Templates
Make IPython work if a recent numpy is not available....
Make IPython work if a recent numpy is not available. I updated the numpy testing decorators module and didn't notice they recently introduced dependencies that make it use the rest of numpy. We may later want to revisit this, as my solution is ugly, but I simply hacked it to load locally the code they added, which we now carry as _numpy_testing_utils. Ultimately the solution to this should be taken up with upstream numpy, so that we all agree on a common set of testing decorators with no other dependencies aside from the stdlib. But for now, this will let us move forward as that discussion could take a while.

File last commit:

r415:4a5dcb15
r2406:e5f4aabf
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]