Skip to content

Commit

Permalink
bitcraze#687: Relax vispy version and add setuptools to dependencies
Browse files Browse the repository at this point in the history
Allows to install on Python 3.12 and on Windows.
  • Loading branch information
Arnaud Taffanel committed Feb 15, 2024
1 parent 3d4ff90 commit bdc6e22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,13 @@ def relative(lst, base=''):
},

install_requires=['cflib>=0.1.25.1',
'setuptools',
'appdirs~=1.4.0',
'pyzmq~=25.0',
'pyqtgraph~=0.13',
'PyYAML~=6.0.1',
'numpy~=1.20',
'vispy~=0.13.0',
'vispy~=0.13',
'pyserial~=3.5',
'pyqt6~=6.5',
'PyQt6-sip~=13.5',
Expand Down

0 comments on commit bdc6e22

Please sign in to comment.