google-research / torchsde

Differentiable SDE solvers with GPU support and efficient sensitivity analysis.
Apache License 2.0
1.56k stars 195 forks source link

Upload to PyPI #96

Closed patrick-kidger closed 2 years ago

patrick-kidger commented 3 years ago

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.

lxuechen commented 3 years ago

Good call! Let's do this after neurips.

dhirschfeld commented 3 years ago

FYI: torchsde is available via conda-forge:

conda install -c conda-forge torchsde

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

SauravMaheshkar commented 2 years ago

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

patrick-kidger commented 2 years ago

Ah yep!