We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441fe15 commit 79de706Copy full SHA for 79de706
pyproject.toml
@@ -6,15 +6,15 @@ author_email = "robotpy@googlegroups.com"
6
url = "https://github.com/robotpy/robotpy-ctre"
7
license = "MIT"
8
install_requires = [
9
- "wpilib>=2025.3.2",
10
- "phoenix6~=25.3.1",
+ "wpilib<2026,>=2025.3.2",
+ "phoenix6~=25.4.0",
11
]
12
13
[build-system]
14
requires = [
15
- "robotpy-build~=2025.1.0",
16
- "wpilib<2026.0.0,>=2025.3.2",
17
- "phoenix6>=25.3.1",
+ "robotpy-build~=2025.1.1",
18
19
20
[tool.robotpy-build]
0 commit comments