Commit a377f959 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.edward: remove superfluous pythonAtLeast

parent bb3cb9b6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@
  lib,
  buildPythonPackage,
  fetchPypi,
  isPy27,
  pythonAtLeast,
  keras,
  numpy,
  scipy,
@@ -16,8 +14,6 @@ buildPythonPackage rec {
  version = "1.3.5";
  format = "setuptools";

  disabled = !(isPy27 || pythonAtLeast "3.4");

  src = fetchPypi {
    inherit pname version;
    sha256 = "3818b39e77c26fc1a37767a74fdd5e7d02877d75ed901ead2f40bd03baaa109f";