google-research/torchsde

Upload to PyPI

patrick-kidger opened this issue · 4 comments

It'd be nice to make torchsde available on PyPI. There's a few limitations with hosting it only on GitHub, most notably that (a) you can't specify a range of acceptable versions (torchsde>=0.2.4), and (b) it's not possible to upload any other package to PyPI that depends on torchsde: PyPI disallows uploading packages that have dependencies outside of PyPI.

Good call! Let's do this after neurips.

FYI: torchsde is available via conda-forge:

conda install -c conda-forge torchsde

https://github.com/conda-forge/torchsde-feedstock

@patrick-kidger Request for this issue to be closed as the package already is available on PyPI, for reference visit this page.

Ah yep!