Skip to content

Commit 919fd81

Browse files
authored
Merge pull request #185 from pjreiniger/fix_hal_dependencies
Fix HAL dependencies
2 parents e098307 + 3f079fc commit 919fd81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subprojects/robotpy-hal/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ requires = [
44
"semiwrap~=0.1.4",
55
"hatch-meson~=0.1.0b2",
66
"hatchling",
7+
"pyntcore==2027.0.0a2",
78
"robotpy-native-wpihal==2027.0.0a2",
89
"robotpy-wpiutil==2027.0.0a2",
910
]
@@ -17,6 +18,7 @@ authors = [
1718
]
1819
license = "BSD-3-Clause"
1920
dependencies = [
21+
"pyntcore==2027.0.0a2",
2022
"robotpy-native-wpihal==2027.0.0a2",
2123
"robotpy-wpiutil==2027.0.0a2",
2224
]

0 commit comments

Comments
 (0)