Skip to content

Commit 668c3d5

Browse files
committed
2025 kickoff release
1 parent e3826d9 commit 668c3d5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ commands2 = ["robotpy-commands-v2"]
3535

3636
cscore = ["robotpy-cscore", "numpy", "robotpy-opencv"]
3737

38-
navx = ["robotpy-navx"]
38+
# navx = ["robotpy-navx"]
3939

40-
pathplannerlib = ["robotpy-pathplannerlib"]
40+
# pathplannerlib = ["robotpy-pathplannerlib"]
4141

4242
# photonvision = ["photonlibpy"]
4343

4444
# playingwithfusion = ["robotpy-playingwithfusion"]
4545

46-
phoenix5 = ["robotpy-ctre"]
46+
# phoenix5 = ["robotpy-ctre"]
4747

4848
phoenix6 = ["phoenix6"]
4949

@@ -60,7 +60,7 @@ xrp = ["robotpy-xrp"]
6060
#
6161

6262
[tool.meta.packages."mostrobotpy"]
63-
version = "==2025.0.0b3"
63+
version = "==2025.1.1"
6464

6565
[tool.meta.packages."pyntcore"]
6666
version = "mostrobotpy"
@@ -112,7 +112,7 @@ version = "mostrobotpy"
112112

113113
[tool.meta.packages."pyfrc"]
114114
max_version = "2026.0.0"
115-
min_version = "2025.0.0b1"
115+
min_version = "2025.0.0"
116116
constraint = 'platform_machine != "roborio" and platform_machine != "armv7l" and platform_machine != "aarch64"'
117117

118118
[tool.meta.packages."robotpy-cli"]
@@ -121,16 +121,16 @@ min_version = "2024.0.0"
121121

122122
[tool.meta.packages."robotpy-commands-v2"]
123123
max_version = "2026.0.0"
124-
min_version = "2025.0.0b1"
124+
min_version = "2025.1.1"
125125

126126
[tool.meta.packages."robotpy-installer"]
127127
max_version = "2026.0.0"
128-
min_version = "2025.0.0b3"
128+
min_version = "2025.0.0"
129129
constraint = 'platform_machine != "roborio" and platform_machine != "armv7l" and platform_machine != "aarch64"'
130130

131131
[tool.meta.packages."robotpy-wpilib-utilities"]
132132
max_version = "2026.0.0"
133-
min_version = "2025.0.0b1"
133+
min_version = "2025.0.0"
134134

135135

136136
#
@@ -146,7 +146,7 @@ version = ""
146146
constraint = "platform_machine == 'roborio'" # only require on RoboRIO
147147

148148
[tool.meta.packages."phoenix6"]
149-
version = "~=25.0.0b1"
149+
version = "~=25.1.0"
150150
# the arm constraint is only here because we can't check this in CI, I think
151151
# their package will actually work
152152
constraint = "python_version >= '3.12' and platform_machine != 'armv7l' and platform_machine != 'aarch64'"
@@ -177,7 +177,7 @@ min_version = "2025.0.0b1"
177177

178178
[tool.meta.packages."robotpy-rev"]
179179
max_version = "2026.0.0"
180-
min_version = "2025.0.0b4"
180+
min_version = "2025.0.0"
181181
constraint = "platform_machine != 'armv7l' and platform_machine != 'aarch64'"
182182

183183
[tool.meta.packages."invalid"]

0 commit comments

Comments
 (0)