Skip to content

Commit

Permalink
0.1.25.1: Relax numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Feb 13, 2024
1 parent e40b53f commit fcd1667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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]
Expand Down

0 comments on commit fcd1667

Please sign in to comment.