From f36b92c54d6082344658ff8f5837b60ddc9967c5 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 20 Jul 2023 13:33:44 +0100 Subject: [PATCH] info for release 7.1.0 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 47426761..b718838d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ packages = find: zip_safe = True include_package_data = True install_requires = - SpiNNFrontEndCommon == 1!6.0.1 + SpiNNFrontEndCommon == 1!7.1.0 [options.package_data] * = @@ -52,7 +52,7 @@ install_requires = [options.extras_require] test = - SpiNNakerTestBase == 1!6.0.1 + SpiNNakerTestBase == 1!7.1.0 # pytest will be brought in by pytest-cov pytest-cov testfixtures