cbrnr / sleepecg

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

How to deal with Numba? #132

Closed cbrnr closed 1 year ago

cbrnr commented 1 year ago

I am a bit unhappy that Numba is blocking our support for Python 3.11 (see #124). Since Numba is not a required dependency for us, would it be possible to still add Python 3.11 support but without Numba? What would we need to do to implement this (I'm sure we need to at least adapt our tests). Any suggestions @hofaflo?

hofaflo commented 1 year ago

I found a relatively elegant way to do this, I can push it to the python-311 branch in #124 if you like?

cbrnr commented 1 year ago

Yes, please go ahead!