torchsort icon indicating copy to clipboard operation
torchsort copied to clipboard

Releases did not bring in the newly generated pyproject.toml

Open teddykoker opened this issue 7 months ago • 0 comments

Originally posted by @vancromy in https://github.com/teddykoker/torchsort/issues/91#issuecomment-2911490272

@teddykoker It seems the releases generated from this PR did not bring in the newly generated pyproject.toml from #90. I am unable to install v1.9.0 on a linux machine with python version 3.11 because it says I'm missing torch as a build dependency. You can see the pyproject.toml file is missing for the newest release https://github.com/teddykoker/torchsort/tree/v1.9.0

For now I hacked around it by installing the main branch and overwiting my CXX path because torch was weirdly trying to use clang++ instead of g++.

Would it be possible to trigger new releases (CPU + CUDA) that make use of the PEP 517 implementation? :)

teddykoker avatar Jun 01 '25 00:06 teddykoker