python-javabridge
python-javabridge copied to clipboard
remove direct imports of numpy in setup.py
Import numpy at a stage where setup_requires has had time to install numpy. This allows installing the package into an empty virtualenv.
Ping @bethac07 ?
Should be great if the approve this, it could resolve issue #11