Skip to content

Commit 66b62d0

Browse files
committed
Add native dependencies for ROMI/XRP
- Fixes #176
1 parent 20f8f93 commit 66b62d0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

subprojects/robotpy-romi/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ authors = [
1919
]
2020
license = "BSD-3-Clause"
2121
dependencies = [
22+
"robotpy-native-romi==2025.3.2",
2223
"wpilib==2025.3.2.2"
2324
]
2425

subprojects/robotpy-xrp/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ authors = [
1919
]
2020
license = "BSD-3-Clause"
2121
dependencies = [
22+
"robotpy-native-xrp==2025.3.2",
2223
"wpilib==2025.3.2.2"
2324
]
2425

0 commit comments

Comments
 (0)