I get the following error when I try to run the client app: [```numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject```](https://stackoverflow.com/questions/78634235/numpy-dtype-size-changed-may-indicate-binary-incompatibility-expected-96-from) this can be solved by installing numpy v1, ie. add to the requirements file `dev.txt`: ``` numpy==1.26.4 ```