aliutkus / torchinterp1d

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

removed torch import in setup.py #22

Closed remy-abergel closed 5 months ago

remy-abergel commented 5 months ago

As suggested by @jwodder in this thread, the torch import in the setup.py file is not necessary because normal package installation will already ensure that torch is installed. Keeping the import is problematic for further packaging (as described here).

aliutkus commented 5 months ago

Hey, sorry for never answering, I don’t have much involvement in this these days

merging and trusting you blindly

remy-abergel commented 5 months ago

Thank you for the merge and for this module.