Skip to content

Commit 64653e5

Browse files
authored
Merge pull request #185 from robotpy/2025-dev
Update to kickoff release
2 parents 02ef802 + 9c84333 commit 64653e5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pyproject.toml

+13-13
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.0.0b2",
10-
"phoenix6~=25.0.0b2",
9+
"wpilib>2025.0.0b2",
10+
"phoenix6~=25.1.0",
1111
]
1212

1313
[build-system]
1414
requires = [
15-
"robotpy-build<2025.0.0b1,~=2025.0.0a1",
16-
"wpilib~=2025.0.0b2",
17-
"phoenix6~=25.0.0b2",
15+
"robotpy-build~=2025.0.0",
16+
"wpilib<2026.0.0,>=2025.1.1",
17+
"phoenix6~=25.1.0",
1818
]
1919

2020
[tool.robotpy-build]
@@ -46,7 +46,7 @@ depends = [
4646
artifact_id = "wpiapi-cpp"
4747
group_id = "com.ctre.phoenix"
4848
repo_url = "https://maven.ctr-electronics.com/release"
49-
version = "5.34.0-beta-2"
49+
version = "5.35.1"
5050
libs = [
5151
"CTRE_Phoenix_WPI",
5252
]
@@ -66,7 +66,7 @@ depends = [
6666
artifact_id = "api-cpp"
6767
group_id = "com.ctre.phoenix"
6868
repo_url = "https://maven.ctr-electronics.com/release"
69-
version = "5.34.0-beta-2"
69+
version = "5.35.1"
7070
libs = [
7171
"CTRE_Phoenix",
7272
]
@@ -85,7 +85,7 @@ depends = [
8585
artifact_id = "cci"
8686
group_id = "com.ctre.phoenix"
8787
repo_url = "https://maven.ctr-electronics.com/release"
88-
version = "5.34.0-beta-2"
88+
version = "5.35.1"
8989
libs = [
9090
"CTRE_PhoenixCCI",
9191
]
@@ -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.0.0-beta-2"
104+
version = "25.1.0"
105105
libs = []
106106

107107
[tool.robotpy-build.wrappers."phoenix5._wpiapi_cpp_sim"]
@@ -121,7 +121,7 @@ ignore = true
121121
artifact_id = "wpiapi-cpp-sim"
122122
group_id = "com.ctre.phoenix.sim"
123123
repo_url = "https://maven.ctr-electronics.com/release"
124-
version = "5.34.0-beta-2"
124+
version = "5.35.1"
125125
libs = [
126126
"CTRE_Phoenix_WPISim",
127127
]
@@ -140,7 +140,7 @@ ignore = true
140140
artifact_id = "api-cpp-sim"
141141
group_id = "com.ctre.phoenix.sim"
142142
repo_url = "https://maven.ctr-electronics.com/release"
143-
version = "5.34.0-beta-2"
143+
version = "5.35.1"
144144
libs = [
145145
"CTRE_PhoenixSim",
146146
]
@@ -164,7 +164,7 @@ ignore = true
164164
artifact_id = "cci-sim"
165165
group_id = "com.ctre.phoenix.sim"
166166
repo_url = "https://maven.ctr-electronics.com/release"
167-
version = "5.34.0-beta-2"
167+
version = "5.35.1"
168168
libs = [
169169
"CTRE_PhoenixCCISim",
170170
]
@@ -181,7 +181,7 @@ ignore = true
181181
artifact_id = "tools-sim"
182182
group_id = "com.ctre.phoenix6.sim"
183183
repo_url = "https://maven.ctr-electronics.com/release"
184-
version = "25.0.0-beta-2"
184+
version = "25.1.0"
185185
libs = []
186186
# libs = [
187187
# "CTRE_PhoenixTools_Sim",

0 commit comments

Comments
 (0)