mehta-lab / waveorder

Wave optical models and inverse algorithms for label-agnostic imaging of density & orientation.
BSD 3-Clause "New" or "Revised" License
15 stars 4 forks source link

Pin pywavelets version #86

Closed talonchandler closed 2 years ago

talonchandler commented 2 years ago

pywavelets latest release doesn't have working wheels, which is interrupting my testing. I'm pinning pywavelets for now so that we can continue.

When this pywavelets issue is resolved we can consider unpinning: https://github.com/PyWavelets/pywt/issues/656

talonchandler commented 2 years ago

I'll hold off on merging this for now, since it'll likely be fixed in the next few days. For now we can run

pip install pywavelets==1.1.1 before running

pip install waveorder or pip install recOrder-napari.

ziw-liu commented 2 years ago

It seems like they fixed the issue within hours!

talonchandler commented 2 years ago

Thanks for checking! I just tested a fresh install and pip install now works smoothly installs pywavelets==1.4.1. Closing.