pedro
|
6e4f3d7be3
|
bugfix requirement error
error was
```
idhub-1 | ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
idhub-1 exited with code 1
```
> The solution is to pin down the numpy version to any before the 2.0.0
related https://stackoverflow.com/questions/78634235/numpy-dtype-size-changed-may-indicate-binary-incompatibility-expected-96-from
|
2025-01-09 09:23:45 +01:00 |
|