Skip to content

Commit fcd1667

Browse files
committed
0.1.25.1: Relax numpy dependency
1 parent e40b53f commit fcd1667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='cflib',
16-
version='0.1.25',
16+
version='0.1.25.1',
1717
packages=find_packages(exclude=['examples', 'test']),
1818

1919
description='Crazyflie python driver',
@@ -40,7 +40,7 @@
4040
'pyusb>=1.0.0b2',
4141
'libusb-package~=1.0',
4242
'scipy~=1.7',
43-
'numpy>=1.20,<1.25',
43+
'numpy~=1.20',
4444
],
4545

4646
# $ pip install -e .[dev]

0 commit comments

Comments
 (0)