Merge pull request #193788 from r-ryantm/auto-update/python3.10-autograd

python310Packages.autograd: 1.4 -> 1.5
This commit is contained in:
Mario Rodas 2022-10-01 06:42:26 -05:00 committed by GitHub
commit 0098a59f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];