aliutkus / torchinterp1d

1D interpolation for pytorch
BSD 3-Clause "New" or "Revised" License
162 stars 19 forks source link

create package on pypi #18

Closed pmelchior closed 1 month ago

pmelchior commented 1 year ago

Thanks for creating and maintaining this package. I recently created a code that makes use of torchinterp1d. I've released it on PyPI, but that runs into trouble because PyPI doesn't allow direct URLs for code dependencies (see last comment of the relevant issue here). This has forced me to remove the github URL for your repo from my setup.py. But that means that there's no way to automatically download and install your code anymore.

Would it be possible to release your code on PyPI?

adam-coogan commented 1 year ago

Bumping this -- it would be quite helpful for me as well!

aliutkus commented 1 year ago

Sorry for my reactivity. I am always hoping pytorch will eventually incorporate this... But then checking the many issues I wonder whether we should have them fixed before doing some packaging, shouldn't we?

pmelchior commented 1 month ago

It would really help to have this package on pypi, so that your (and my) code could be installed automatically. We're otherwise forced to tool around it. It doesn't change your code at all, which we find to work well, and you can update on pypi easily. I can send you the minimal instructions for getting your package up to pypi if that would help.

aliutkus commented 1 month ago

hello, yeah, I guess it would be easier, sorry for that lacking involvement in my github these days. I will do it

aliutkus commented 1 month ago

could you try pip install torchinterp1d ? I couldn't try but did upload to pypi

pmelchior commented 1 month ago

work for me. thank you