diff --git a/setup.cfg b/setup.cfg index 1469523..0923c63 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ packages = find: zip_safe = True include_package_data = True install_requires = - sPyNNaker == 1!7.1.1 + sPyNNaker == 1!7.2.0 opencv-python [options.packages.find] @@ -60,6 +60,6 @@ include = [options.extras_require] test = - SpiNNakerTestBase == 1!7.1.1 + SpiNNakerTestBase == 1!7.2.0 # pytest will be brought in by pytest-cov pytest-cov