From 90747cdd694f64a07976d5c7c965c249b4fc0f47 Mon Sep 17 00:00:00 2001 From: Yoan Mollard Date: Fri, 12 Nov 2021 11:33:55 +0100 Subject: [PATCH] Fixed version of hampy for py3 --- software/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/setup.py b/software/setup.py index fcff1b3..02f1bdc 100644 --- a/software/setup.py +++ b/software/setup.py @@ -15,7 +15,7 @@ def version(): version=version(), packages=find_packages(), - install_requires=['pypot >= 4.0.0', 'hampy'], + install_requires=['pypot >= 4.0.0', 'hampy >= 1.4.2'], include_package_data=True, exclude_package_data={'': ['README', '.gitignore']},