##// END OF EJS Templates
Make numpy a test dependency....
Make numpy a test dependency. Since April 2016, numpy (1.11.0) have manylinux1 uploaded on PyPI. There is thus no reasons not to require numpy for testing.

File last commit:

r21369:e184ea10
r22434:780fdb88
Show More
Dockerfile
7 lines | 200 B | text/x-dockerfile-config | DockerLexer
# DEPRECATED: You probably want jupyter/notebook
FROM jupyter/notebook
MAINTAINER IPython Project <ipython-dev@scipy.org>
ONBUILD RUN echo "ipython/ipython is deprecated, use jupyter/notebook" >&2