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
```
This commit is contained in:
pedro 2025-01-08 22:35:05 +01:00
parent 16b8a33d6e
commit 071d3ceefd

View file

@ -6,6 +6,7 @@ black==23.9.1
python-decouple==3.8
jsonschema[format]==4.19.1
pandas==2.1.1
numpy>=1.21,<2.0
xlrd==2.0.1
odfpy==1.4.1
requests==2.31.0