You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/requirements.txt
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
numpy
2
2
scipy
3
-
pyqt5# should be able to use any standard Qt bindings. PyQt5 used for most development and testing
3
+
pyside6# should be able to use any standard Qt bindings. PySide6 used for default GitHub Windows builds
4
4
qtpy
5
5
pyqtgraph
6
-
pyopengl
7
-
matplotlib# replaced with pyqtgraph but pyqtgraph allows exporting to matplotlib, may remove that from right-click menu at some point
6
+
pyopengl# OpenGL packages not actually needed for PyQt5
7
+
pyopengl_accelerate
8
+
matplotlib# replaced with pyqtgraph (for everything except for waterfall at this point) but pyqtgraph allows exporting to matplotlib, may remove that from right-click menu at some point
0 commit comments