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:
parent
16b8a33d6e
commit
071d3ceefd
|
@ -6,6 +6,7 @@ black==23.9.1
|
||||||
python-decouple==3.8
|
python-decouple==3.8
|
||||||
jsonschema[format]==4.19.1
|
jsonschema[format]==4.19.1
|
||||||
pandas==2.1.1
|
pandas==2.1.1
|
||||||
|
numpy>=1.21,<2.0
|
||||||
xlrd==2.0.1
|
xlrd==2.0.1
|
||||||
odfpy==1.4.1
|
odfpy==1.4.1
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
|
|
Loading…
Reference in a new issue