Skip to content

Commit

Permalink
Update lib version and relax numpy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Feb 13, 2024
1 parent 3320699 commit 3d4ff90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -90,12 +90,12 @@ def relative(lst, base=''):
],
},

install_requires=['cflib>=0.1.24',
install_requires=['cflib>=0.1.25.1',
'appdirs~=1.4.0',
'pyzmq~=25.0',
'pyqtgraph~=0.13',
'PyYAML~=6.0.1',
'numpy>=1.20,<1.25',
'numpy~=1.20',
'vispy~=0.13.0',
'pyserial~=3.5',
'pyqt6~=6.5',
Expand Down

0 comments on commit 3d4ff90

Please sign in to comment.