IdHub/requirements.txt
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

38 lines
558 B
Plaintext

django==4.2.5
django-bootstrap5==23.3
django-extensions==3.2.3
django-tables2==2.6.0
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
jinja2==3.1.2
jsonref==1.1.0
lxml==5.1.0
pyld==2.0.3
pynacl==1.5.0
more-itertools==10.1.0
dj-database-url==2.1.0
faker==21.0.0
PyPDF2
svg2rlg
svglib
cairosvg
pypdf
pyhanko
qrcode
uharfbuzz==0.38.0
fontTools==4.47.0
weasyprint==60.2
ujson==5.9.0
openpyxl==3.1.2
jsonpath_ng==1.6.1
pyroaring==0.4.5
coverage==7.4.3
gunicorn==21.2.0
pyvckit