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 90a2534 commit bf349efCopy full SHA for bf349ef
pyproject.toml
@@ -7,14 +7,14 @@ url = "https://github.com/robotpy/robotpy-ctre"
7
license = "MIT"
8
install_requires = [
9
"wpilib>2025.0.0b2",
10
- "phoenix6>=25.1.0,<25.3",
+ "phoenix6>=25.1.0,<25.4",
11
]
12
13
[build-system]
14
requires = [
15
"robotpy-build~=2025.0.0",
16
"wpilib<2026.0.0,>=2025.1.1",
17
18
19
20
[tool.robotpy-build]
@@ -101,7 +101,7 @@ ignore = false
101
artifact_id = "tools"
102
group_id = "com.ctre.phoenix6"
103
repo_url = "https://maven.ctr-electronics.com/release"
104
-version = "25.2.2"
+version = "25.3.0"
105
libs = []
106
107
[tool.robotpy-build.wrappers."phoenix5._wpiapi_cpp_sim"]
0 commit comments