Making esds compatible with python 3.7

This commit is contained in:
Loic Guegan 2022-09-01 17:53:42 +02:00
parent d908a5f832
commit 2eafcaabbd
3 changed files with 6 additions and 6 deletions

View file

@ -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