Bjarne Geir Herland
Bjarne Geir Herland
Googles [Protocol Buffers](https://developers.google.com/protocol-buffers) combined with [gRPC](https://grpc.io/) is a proven and fast framework for microservices, including support for streaming which makes it worth testing in our event-focused experiment-server design.
This macro is not used anymore and can be removed. See also https://github.com/equinor/ert/issues/2827
This extends https://github.com/CellProfiler/python-javabridge/pull/17 by adding (trivial) support for PEP 621. This should make it simpler to install `python-javabridge` - see e.g. https://github.com/CellProfiler/python-javabridge/issues/11
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...
My 'miniforge' installation on MacOs 11/Arm64 pypi has a slightly different path to its repository. Since this may differ between operation-systems, versions of pip and/or conda-clones, some flexible and dynamic...
I have observed that if I install numpy from pypi on my platform, it gets ignored in the output. This is a symptom of a general issue with this excellent...