VEOIBD / data_models

VEOIBD Data Model
https://veoibd.github.io/data_models/
MIT License
0 stars 2 forks source link

pin numpy < 2.0.0 in #73

Closed jmvera255 closed 1 week ago

jmvera255 commented 1 week ago

update term file and pages action on PR #72 returns:

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

proposed solution from stackoverflow: https://stackoverflow.com/questions/78634235/numpy-dtype-size-changed-may-indicate-binary-incompatibility-expected-96-from

can confirm numpy 2.0.0 is being installed.

jmvera255 commented 1 week ago

will pin to numpy-1.26.4 given that this worked in previous runs of this action