patrick-kidger / signatory

Differentiable computations of the signature and logsignature transforms, on both CPU and GPU. (ICLR 2021)
Apache License 2.0
261 stars 34 forks source link

No signatory 1.2.7 on PyPI #50

Open SIV4K opened 2 years ago

SIV4K commented 2 years ago

Hello, I need to use Pytorch 1.10.1, which is only compatible with signatory==1.2.7, however PyPI does not have a 1.2.7 release. Could you please create a new one there?

Thank you for creating such an unique niche mathematics package for us.

pip install signatory==1.2.7.1.10.1 --no-cache-dir --force-reinstall
ERROR: No matching distribution found for signatory==1.2.7.1.10.1

image

patrick-kidger commented 2 years ago

Hey there. Yep, the push to PyPI failed on the last release for some reason. I've not gotten around (and will realistically never get around) to figuring out why that is. See here for more details: https://github.com/patrick-kidger/signatory/pull/45

If you're able to figure out what went wrong I'd be happy to accept a PR fixing things :)