Merge pull request #167908 from r-ryantm/auto-update/python310Packages.autograd

python310Packages.autograd: 1.3 -> 1.4
This commit is contained in:
Fabian Affolter 2022-04-08 22:21:49 +02:00 committed by GitHub
commit 3cb2a2d199
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.3";
version = "1.4";
src = fetchPypi {
inherit pname version;
sha256 = "1i1ylf03b7220n8znk63zg6sgdd3py9wlh1pvqvy03g1fxsi8pd1";
sha256 = "sha256-OD3g9TfvLji4X/lpJZOwz66JWMmzvUUbUsJV/ZFx/84=";
};
propagatedBuildInputs = [ numpy future ];