From fcd16675e3ab213372a3ab75a4e9531dc28ee6a4 Mon Sep 17 00:00:00 2001 From: Arnaud Taffanel Date: Tue, 13 Feb 2024 13:34:57 +0100 Subject: [PATCH] 0.1.25.1: Relax numpy dependency --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d760a74e9..a6373efe4 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='cflib', - version='0.1.25', + version='0.1.25.1', packages=find_packages(exclude=['examples', 'test']), description='Crazyflie python driver', @@ -40,7 +40,7 @@ 'pyusb>=1.0.0b2', 'libusb-package~=1.0', 'scipy~=1.7', - 'numpy>=1.20,<1.25', + 'numpy~=1.20', ], # $ pip install -e .[dev]