Numpy pinned to old version
stestoll opened this issue · 1 comments
stestoll commented
The setup.py file pins NumPy to <=1.22.4, but the latest version is 1.23.x. This leads to downgrades of NumPy when DeerLab is installed. What is the reason DeerLab requires NumPy<=1.22.4? DeerLab should be able run with NumPy 1.23.x as well.
stestoll commented
All DeerLab tests pass with NumPy 1.23.5 and Python 3.10.9