python310Packages.autograd: 1.4 -> 1.5

This commit is contained in:
R. Ryantm 2022-09-30 23:25:30 +00:00
parent 614cd1390c
commit f1350729b9

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "autograd";
version = "1.4";
version = "1.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-OD3g9TfvLji4X/lpJZOwz66JWMmzvUUbUsJV/ZFx/84=";
sha256 = "sha256-2AvSJRVNHbE8tOrM96GMNYvnIJJkG2hxf5b88dFqzQs=";
};
propagatedBuildInputs = [ numpy future ];