holgern / pyedflib

pyedflib is a python library to read/write EDF+/BDF+ files based on EDFlib.
http://pyedflib.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
209 stars 121 forks source link

Remove dependency on the deprecated np.testing.Tester #216

Closed hofaflo closed 1 year ago

hofaflo commented 1 year ago

Hi! Today's release of numpy v1.25.0 removed numpy.testing.Tester (see numpy/numpy#23041). This causes the corresponding import in pyedflib's in __init__.py to fail. I think this is a remnant of pyedflib using nose for testing so it can likely be removed. If you prefer to keep it, I'd like to suggest introducing an upper bound for the required numpy version.