python-javabridge icon indicating copy to clipboard operation
python-javabridge copied to clipboard

Reintroduce fix

Open BjarneHerland opened this issue 2 years ago • 0 comments

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.

BjarneHerland avatar Sep 20 '22 11:09 BjarneHerland