RWTH-EBC / FiLiP

FIWARE Library for Python (FiLiP) to work with FIWARE API
BSD 3-Clause "New" or "Revised" License
23 stars 13 forks source link

Numpy version update #294

Closed djs0109 closed 1 month ago

djs0109 commented 2 months ago

Describe the bug Following error might occour beacuse of numpy release 16.06

ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject 

Work Around add

numpy~=1.21.6; python_version < '3.9'
numpy~=1.23.0; python_version >= '3.9'

In setup.py