From 2eafcaabbdc673576cbba8b5ab9080a2ce6d4b1e Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 1 Sep 2022 17:53:42 +0200 Subject: Making esds compatible with python 3.7 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 72e943a..3ed7567 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,4 +8,4 @@ keywords = simulator, distributed systems, cyber-physical systems, network, wire license = GNU LGPLv3 [options] -install_requires = numpy >= 1.22.4 +install_requires = numpy -- cgit v1.2.3