Skip to content

Commit 79de706

Browse files
authored
Update dependencies
- robotpy-build 2025.1.1 - phoenix6 25.4.0
1 parent 441fe15 commit 79de706

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ author_email = "[email protected]"
66
url = "https://github.com/robotpy/robotpy-ctre"
77
license = "MIT"
88
install_requires = [
9-
"wpilib>=2025.3.2",
10-
"phoenix6~=25.3.1",
9+
"wpilib<2026,>=2025.3.2",
10+
"phoenix6~=25.4.0",
1111
]
1212

1313
[build-system]
1414
requires = [
15-
"robotpy-build~=2025.1.0",
16-
"wpilib<2026.0.0,>=2025.3.2",
17-
"phoenix6>=25.3.1",
15+
"robotpy-build~=2025.1.1",
16+
"wpilib<2026,>=2025.3.2",
17+
"phoenix6~=25.4.0",
1818
]
1919

2020
[tool.robotpy-build]

0 commit comments

Comments
 (0)