pythonPackages.ripser: disable <python3.6

This commit is contained in:
Jonathan Ringer 2020-08-29 11:06:38 -07:00 committed by Frederik Rietdijk
parent 96df058bfe
commit ffebbefd43
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonOlder
, cython
, numpy
, scipy
@ -12,6 +13,7 @@
buildPythonPackage rec {
pname = "ripser";
version = "0.5.4";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;