python-javabridge
python-javabridge copied to clipboard
Reintroduce fix
This re-introduces part of https://github.com/CellProfiler/python-javabridge/commit/e9fe3dc8e62d03521786facbdba9ba2587d3dda5 which avoids using numpy before installing it as dependency. The original fix seems to have been accidentally removed by https://github.com/CellProfiler/python-javabridge/commit/7cd83b78d12cab30abecd9e58294b4cb61c42081
With this patch I can install python-javabridge
without first installing setuptools
.