lws icon indicating copy to clipboard operation
lws copied to clipboard

Numpy int patch not reflected in lws-1.2.7.tar.gz

Open bertrandclim opened this issue 2 years ago • 1 comments

The fix several months ago replacing "np.int" with "int" (https://github.com/Jonathan-LeRoux/lws/pull/15) is not reflected in ./python/dist/lws-1.2.7.tar.gz, so pip installation from pypi (without cython build) fails for recent numpy versions since np.int was removed. The install still works with "cd python; make sdist; pip install dist/lws-1.2.7.tar.gz" as stated in ./python/readme.md.

bertrandclim avatar Nov 27 '23 22:11 bertrandclim

Thanks a lot for pointing this out, I had completely forgotten about creating a new release and updating pypi. The new 1.2.8 release should be fixed, and is now live on pypi. Please let me know if you see any issue.

Jonathan-LeRoux avatar Nov 28 '23 02:11 Jonathan-LeRoux