Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Mar 27, 2019
1 parent ecad183 commit c918fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy; sys_platform != 'win32'
numpy!=1.16.0; sys_platform == 'win32'
pyqt5; sys_platform != 'win32' and sys_platform != 'linux'
pyqt5!=5.11.1,!=5.11.2,!=5.11.3; sys_platform == 'win32'
pyqt5!=5.12; sys_platform == 'linux'
pyqt5!=5.12,!=5.12.1; sys_platform == 'linux'
psutil
pyzmq
cython

0 comments on commit c918fbf

Please sign in to comment.