Closed francois-rozet closed 9 months ago
Yes, I am currently on vacation. I will get to this next week when I am back.
The current development release comes with a fix. Until the next release installing via:
pip install git+ssh://git@github.com/v0lta/Jax-Wavelet-Toolbox.git@master
should fix your issue.
https://github.com/v0lta/Jax-Wavelet-Toolbox/releases/tag/v0.1.1 should fix this. Feel free to reopen this issue if I missed something.
Thanks!
Hello, thanks for the package. Would it be possible to remove the dependencies that are not used by the package like
matplotlib
,nox
,pooch
,pytest
... from thesetup.cfg
? These are only necessary for contributing tojaxwt
but not for installing it.https://github.com/v0lta/Jax-Wavelet-Toolbox/blob/9288c9b4b8a803df2c389e549ceff6dced501474/setup.cfg#L46-L56