9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-hzHgigxOOJ2GlaQAcq2kUSZBwRO2ys6PTPvo636a7es=";
21 propagatedBuildInputs = [
26 # Currently, the PyPI tarball doesn't contain the tests. When that has been
27 # fixed, enable testing. See: https://github.com/HIPS/autograd/issues/404
30 pythonImportsCheck = [
35 homepage = "https://github.com/HIPS/autograd";
36 description = "Compute derivatives of NumPy code efficiently";
37 license = licenses.mit;
38 maintainers = with maintainers; [ jluttine ];