diff --git a/setup.cfg b/setup.cfg index e269ca7..b5d452e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ packages = find: zip_safe = True include_package_data = True install_requires = - SpiNNakerGraphFrontEnd == 1!7.2.2 + SpiNNakerGraphFrontEnd == 1!7.3.1 [options.packages.find] include = @@ -57,7 +57,7 @@ include = [options.extras_require] test = - SpiNNakerTestBase == 1!7.2.2 + SpiNNakerTestBase == 1!7.3.1 # pytest will be brought in by pytest-cov pytest-cov testfixtures