Skip to content

Commit

Permalink
bitcraze#670: Update dependencies to fix Windows install
Browse files Browse the repository at this point in the history
Later version of pyyaml and vispy have pre-built wheel for latest
versions of python on windows.
  • Loading branch information
ataffanel committed Jul 20, 2023
1 parent f290d52 commit d387b70
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 @@ -94,11 +94,11 @@ def relative(lst, base=''):
'appdirs~=1.4.0',
'pyzmq~=25.0',
'pyqtgraph~=0.11',
'PyYAML~=5.3',
'PyYAML~=6.0.1',
'qasync~=0.23.0',
'qtm~=2.1.1',
'numpy>=1.20,<1.25',
'vispy~=0.9.0',
'vispy~=0.13.0',
'pyserial~=3.5',
'pyqt5~=5.15.0',
'PyQt5-sip>=12.9.0',
Expand Down

0 comments on commit d387b70

Please sign in to comment.