Skip to content

Commit 90a2534

Browse files
authored
Merge pull request #187 from robotpy/relax-phoenix6
Relax phoenix6 dependency constraint to allow 25.2.x
2 parents 64653e5 + 6bf2510 commit 90a2534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ url = "https://github.com/robotpy/robotpy-ctre"
77
license = "MIT"
88
install_requires = [
99
"wpilib>2025.0.0b2",
10-
"phoenix6~=25.1.0",
10+
"phoenix6>=25.1.0,<25.3",
1111
]
1212

1313
[build-system]
1414
requires = [
1515
"robotpy-build~=2025.0.0",
1616
"wpilib<2026.0.0,>=2025.1.1",
17-
"phoenix6~=25.1.0",
17+
"phoenix6>=25.1.0,<25.3",
1818
]
1919

2020
[tool.robotpy-build]
@@ -101,7 +101,7 @@ ignore = false
101101
artifact_id = "tools"
102102
group_id = "com.ctre.phoenix6"
103103
repo_url = "https://maven.ctr-electronics.com/release"
104-
version = "25.1.0"
104+
version = "25.2.2"
105105
libs = []
106106

107107
[tool.robotpy-build.wrappers."phoenix5._wpiapi_cpp_sim"]

0 commit comments

Comments
 (0)