summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-09-01 17:53:42 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-09-01 17:53:42 +0200
commit2eafcaabbdc673576cbba8b5ab9080a2ce6d4b1e (patch)
tree04364f3be9bff558539aa7e985db099c715d6c90 /setup.cfg
parentd908a5f8328c5a16b8d60acb09583082f60f5a05 (diff)
Making esds compatible with python 3.7
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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