We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
requirements.txt
1 parent b979741 commit 5cc1233Copy full SHA for 5cc1233
coffee_ws/src/dynamixel_test_ui/requirements.txt
@@ -1,5 +1,7 @@
1
rclpy>=0.9.0
2
numpy>=1.20.0
3
# PyQt5 removed - using python_qt_binding (declared in package.xml)
4
-pyqtgraph>=0.12.0 # For plotting (works with python_qt_binding)
5
-pyyaml>=5.1.0 # For configuration handling
+# For plotting (works with python_qt_binding)
+pyqtgraph>=0.12.0
6
+# For configuration handling
7
+pyyaml>=5.1.0
0 commit comments