jbn / ZigZag

Python library for identifying the peaks and valleys of a time series.
BSD 3-Clause "New" or "Revised" License
434 stars 174 forks source link

Problems with New vesions of numpy #31

Open pepeto opened 1 year ago

pepeto commented 1 year ago

I was using zigzag with numpy 1.21 but when another module updated numpy to 1.23.4, zigzag stoped working. Is there is any way to fix this problem? THANK YOU!!!