Skip to content

Commit b91bb79

Browse files
committed
Update to kickoff release
1 parent 163c0f7 commit b91bb79

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

pyproject.toml

Lines changed: 21 additions & 21 deletions
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.0,>=2024.0.0b2",
10-
"phoenix6~=24.0.0b4",
9+
"wpilib<2025.0.0,>=2024.1.1",
10+
"phoenix6~=24.1.0",
1111
]
1212

1313
[build-system]
1414
requires = [
15-
"robotpy-build<2025.0.0,>=2024.0.0b5",
16-
"wpilib<2025.0.0,>=2024.0.0b2",
17-
"phoenix6~=24.0.0b4",
15+
"robotpy-build<2025.0.0,>=2024.0.0",
16+
"wpilib<2025.0.0,>=2024.1.1",
17+
"phoenix6~=24.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.32.0-beta-4"
49+
version = "5.33.0"
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.32.0-beta-4"
69+
version = "5.33.0"
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.32.0-beta-4"
88+
version = "5.33.0"
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 = "24.0.0-beta-5"
104+
version = "24.1.0"
105105
libs = [
106106
"CTRE_PhoenixTools",
107107
]
@@ -123,7 +123,7 @@ ignore = true
123123
artifact_id = "wpiapi-cpp-sim"
124124
group_id = "com.ctre.phoenix.sim"
125125
repo_url = "https://maven.ctr-electronics.com/release"
126-
version = "5.32.0-beta-4"
126+
version = "5.33.0"
127127
libs = [
128128
"CTRE_Phoenix_WPISim",
129129
]
@@ -142,7 +142,7 @@ ignore = true
142142
artifact_id = "api-cpp-sim"
143143
group_id = "com.ctre.phoenix.sim"
144144
repo_url = "https://maven.ctr-electronics.com/release"
145-
version = "5.32.0-beta-4"
145+
version = "5.33.0"
146146
libs = [
147147
"CTRE_PhoenixSim",
148148
]
@@ -166,7 +166,7 @@ ignore = true
166166
artifact_id = "cci-sim"
167167
group_id = "com.ctre.phoenix.sim"
168168
repo_url = "https://maven.ctr-electronics.com/release"
169-
version = "5.32.0-beta-4"
169+
version = "5.33.0"
170170
libs = [
171171
"CTRE_PhoenixCCISim",
172172
]
@@ -191,7 +191,7 @@ ignore = true
191191
artifact_id = "tools-sim"
192192
group_id = "com.ctre.phoenix6.sim"
193193
repo_url = "https://maven.ctr-electronics.com/release"
194-
version = "24.0.0-beta-5"
194+
version = "24.1.0"
195195
libs = []
196196
# libs = [
197197
# "CTRE_PhoenixTools_Sim",
@@ -207,7 +207,7 @@ ignore = true
207207
artifact_id = "simTalonSRX"
208208
group_id = "com.ctre.phoenix6.sim"
209209
repo_url = "https://maven.ctr-electronics.com/release"
210-
version = "24.0.0-beta-5"
210+
version = "24.1.0"
211211
libs = []
212212
# libs = [
213213
# "CTRE_SimTalonSRX",
@@ -223,7 +223,7 @@ ignore = true
223223
artifact_id = "simTalonFX"
224224
group_id = "com.ctre.phoenix6.sim"
225225
repo_url = "https://maven.ctr-electronics.com/release"
226-
version = "24.0.0-beta-5"
226+
version = "24.1.0"
227227
libs = []
228228
# libs = [
229229
# "CTRE_SimTalonFX",
@@ -239,7 +239,7 @@ ignore = true
239239
artifact_id = "simVictorSPX"
240240
group_id = "com.ctre.phoenix6.sim"
241241
repo_url = "https://maven.ctr-electronics.com/release"
242-
version = "24.0.0-beta-5"
242+
version = "24.1.0"
243243
libs = []
244244
# libs = [
245245
# "CTRE_SimVictorSPX",
@@ -255,7 +255,7 @@ ignore = true
255255
artifact_id = "simPigeonIMU"
256256
group_id = "com.ctre.phoenix6.sim"
257257
repo_url = "https://maven.ctr-electronics.com/release"
258-
version = "24.0.0-beta-5"
258+
version = "24.1.0"
259259
libs = []
260260
# libs = [
261261
# "CTRE_SimPigeonIMU",
@@ -271,7 +271,7 @@ ignore = true
271271
artifact_id = "simCANCoder"
272272
group_id = "com.ctre.phoenix6.sim"
273273
repo_url = "https://maven.ctr-electronics.com/release"
274-
version = "24.0.0-beta-5"
274+
version = "24.1.0"
275275
libs = []
276276
# libs = [
277277
# "CTRE_SimCANCoder",
@@ -287,7 +287,7 @@ ignore = true
287287
artifact_id = "simProTalonFX"
288288
group_id = "com.ctre.phoenix6.sim"
289289
repo_url = "https://maven.ctr-electronics.com/release"
290-
version = "24.0.0-beta-5"
290+
version = "24.1.0"
291291
libs = []
292292
# libs = [
293293
# "CTRE_SimProTalonFX",
@@ -303,7 +303,7 @@ ignore = true
303303
artifact_id = "simProCANcoder"
304304
group_id = "com.ctre.phoenix6.sim"
305305
repo_url = "https://maven.ctr-electronics.com/release"
306-
version = "24.0.0-beta-5"
306+
version = "24.1.0"
307307
libs = []
308308
# libs = [
309309
# "CTRE_SimProCANcoder",
@@ -319,7 +319,7 @@ ignore = true
319319
artifact_id = "simProPigeon2"
320320
group_id = "com.ctre.phoenix6.sim"
321321
repo_url = "https://maven.ctr-electronics.com/release"
322-
version = "24.0.0-beta-5"
322+
version = "24.1.0"
323323
libs = []
324324
# libs = [
325325
# "CTRE_SimProPigeon2",

0 commit comments

Comments
 (0)