From e7d474d2056fafc0eba799ad0731ce0439dcf880 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 12 Aug 2024 12:54:33 +0100 Subject: [PATCH] info for release 7.3.0 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c98f0f36..cc3b7952 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ packages = find: zip_safe = True include_package_data = True install_requires = - SpiNNFrontEndCommon == 1!7.1.1 + SpiNNFrontEndCommon == 1!7.3.0 [options.package_data] * = @@ -52,7 +52,7 @@ install_requires = [options.extras_require] test = - SpiNNakerTestBase == 1!7.1.1 + SpiNNakerTestBase == 1!7.3.0 # pytest will be brought in by pytest-cov pytest-cov testfixtures