Skip to content

Commit b155f25

Browse files
committed
Updated dependencies
- robotpy-build >= 2023.0.0b14 - wpilib >= 2023.0.0b4
1 parent 9f20fa7 commit b155f25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ author_email = "[email protected]"
66
url = "https://github.com/robotpy/robotpy-commands-v2"
77
license = "BSD-3-Clause"
88
install_requires = [
9-
"wpilib<2024.0.0,>=2023.0.0b3",
9+
"wpilib<2024.0.0,>=2023.0.0b4",
1010
]
1111

1212
[build-system]
1313
requires = [
14-
"robotpy-build<2024.0.0,>=2023.0.0b12",
15-
"wpilib<2024.0.0,>=2023.0.0b3",
14+
"robotpy-build<2024.0.0,>=2023.0.0b14",
15+
"wpilib<2024.0.0,>=2023.0.0b4",
1616
]
1717

1818
[tool.robotpy-build]

0 commit comments

Comments
 (0)