Skip to content

Commit a377f95

Browse files
committed
python3Packages.edward: remove superfluous pythonAtLeast
1 parent bb3cb9b commit a377f95

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pkgs/development/python-modules/edward/default.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
lib,
33
buildPythonPackage,
44
fetchPypi,
5-
isPy27,
6-
pythonAtLeast,
75
keras,
86
numpy,
97
scipy,
@@ -16,8 +14,6 @@ buildPythonPackage rec {
1614
version = "1.3.5";
1715
format = "setuptools";
1816

19-
disabled = !(isPy27 || pythonAtLeast "3.4");
20-
2117
src = fetchPypi {
2218
inherit pname version;
2319
sha256 = "3818b39e77c26fc1a37767a74fdd5e7d02877d75ed901ead2f40bd03baaa109f";

0 commit comments

Comments
 (0)