pyro-ppl / numpyro

Probabilistic programming with NumPy powered by JAX for autograd and JIT compilation to GPU/TPU/CPU.
https://num.pyro.ai
Apache License 2.0
2.15k stars 236 forks source link

Hot fix: remove version requirement #1703

Closed juanitorduz closed 9 months ago

juanitorduz commented 9 months ago

Follow up of https://github.com/pyro-ppl/numpyro/pull/1700. The [project] config needs a version, but we are not using it for the package itself. We can safely simply remove it.

fehiepsi commented 9 months ago

Thanks, @juanitorduz!