From b183921b51d23daae3903f74752da99899eee722 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Tue, 1 Oct 2024 16:17:02 +0100 Subject: [PATCH] info for release 7.3.1 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 68efb5f..39bfe53 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.2.2 + sPyNNaker == 1!7.3.1 opencv-python [options.packages.find] @@ -60,6 +60,6 @@ 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