Skip to content

Commit

Permalink
fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Sep 11, 2024
1 parent 9cd7e5a commit 0c07600
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Python Folder/src/python_workspace/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
install_requires=[
'setuptools',
'rclpy',
'cv_bridge',
'numpy',
'opencv-python',
'pycuda',
'tensorrt'
],
Expand All @@ -25,7 +23,6 @@
maintainer_email='[email protected]',
description='Experimental ROS 2 Python Package',
license='Apache License 2.0',
tests_require=['pytest'],
entry_points={
'console_scripts': [
'camera_node = python_workspace.camera_node:main',
Expand Down

0 comments on commit 0c07600

Please sign in to comment.