python311Packages.numpyro: 0.14.0 -> 0.15.0
Changelog: https://github.com/pyro-ppl/numpyro/releases/tag/0.15.0
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, pythonOlder
|
||||
, fetchPypi
|
||||
, setuptools
|
||||
, jax
|
||||
, jaxlib
|
||||
, multipledispatch
|
||||
@@ -15,17 +16,21 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "numpyro";
|
||||
version = "0.14.0";
|
||||
format = "setuptools";
|
||||
version = "0.15.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version pname;
|
||||
hash = "sha256-PkPqqchDRz166TnBg+ENsU4ju0KwrR3pCuFaRRF23kg=";
|
||||
hash = "sha256-4WyfR8wx4qollYSgtslEMSCB0zypJAYCJjKtWEsOYA0=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
jax
|
||||
jaxlib
|
||||
multipledispatch
|
||||
|
||||
Reference in New Issue
Block a user