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"