From fd503a1831e3435a35cb79aa8036383d5d002def Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 7 Apr 2021 16:49:43 +0100 Subject: [PATCH] version 6.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79c2c4d..a577898 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ assert __version__ install_requires = [ - 'SpiNNakerGraphFrontEnd >= 1!5.1.1, < 1!6.0.0'] + 'SpiNNakerGraphFrontEnd == 1!6.0.0'] # Build a list of all project modules, as well as supplementary files main_package = "spinn_pdp2"