##// 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.
Fernando Perez -
r2406:e5f4aabf
Show More
Name Size Modified Last Commit Author
/ IPython / external
Itpl.py Loading ...
__init__.py Loading ...
_numpy_testing_utils.py Loading ...
argparse.py Loading ...
configobj.py Loading ...
decorator.py Loading ...
decorators.py Loading ...
guid.py Loading ...
mglob.py Loading ...
path.py Loading ...
pretty.py Loading ...
pyparsing.py Loading ...
simplegeneric.py Loading ...
validate.py Loading ...