From 91c5d1408800cf5616f1a2410611ba033bddc0ad Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Oct 2020 17:17:46 +0200 Subject: [PATCH] Pin python-igraph to latest version 0.8.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4751f2f..801c89b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mock==3.0.5 -python-igraph +python-igraph==0.8.2 netdispatch==0.0.5 sphinx_rtd_theme==0.4.3 numpy==1.17.*