cbrnr / sleepecg

Sleep stage detection using ECG
BSD 3-Clause "New" or "Revised" License
86 stars 22 forks source link

Pin NumPy < 2.0 for now #224

Closed cbrnr closed 1 month ago

cbrnr commented 1 month ago

We need to support NumPy >= 2.0 in our build system, or otherwise pin to NumPy < 2.0. Let's see what we can do.

cbrnr commented 1 month ago

Until Tensorflow supports NumPy 2.0 (https://github.com/tensorflow/tensorflow/issues/67291), I think we should pin to < 2.0 in the meantime...