v0lta / PyTorch-Wavelet-Toolbox

Differentiable fast wavelet transforms in PyTorch with GPU support.
https://pytorch-wavelet-toolbox.readthedocs.io
European Union Public License 1.2
289 stars 36 forks source link

Move from mypy master to PyPI #100

Closed felixblanke closed 3 months ago

felixblanke commented 3 months ago

As mypy 1.11 is released we no longer need to install directly from the git master but can install from PyPI as usual.

This addresses #89.

v0lta commented 3 months ago

Nice!