Skip to content

Commit 26eebbc

Browse files
authored
Merge pull request #38 from WATonomous/fix-python-build-issues
Fix python requirements issue for build
2 parents ff43a43 + 1974ccc commit 26eebbc

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

requirements.txt

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,2 @@
1-
# Core ROS 2 Python dependencies
2-
rclpy
3-
ament-index-python
4-
5-
# Launch system dependencies
6-
launch
7-
launch-ros
8-
9-
# Computer Vision and Machine Learning
10-
opencv-python
111
numpy<2.0
122
onnxruntime==1.16.3
13-
cv-bridge
14-
15-
# Optional PyTorch support (for .pt model files)
16-
torch ; extra == 'torch'
17-
18-
# Testing and Linting dependencies
19-
pytest
20-
ament-copyright
21-
ament-flake8
22-
ament-pep257
23-
24-
# Build tools
25-
setuptools

0 commit comments

Comments
 (0)