From 42b0ba94c1cd4dd795f233c2c9ab8ea40d431c3d Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Tue, 7 May 2019 20:26:01 +0200 Subject: [PATCH] fix: clarify PyMISP version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a4b3e0..e194cff 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( python_requires='>=3.5', install_requires=[ 'canari>=3.3.10,<4', - 'PyMISP' + 'PyMISP>=2.4.106' ], dependency_links=[ # custom links for the install_requires