Skip to content

Commit 41c888f

Browse files
authored
Merge pull request #26 from robotpy/2025-ko
2025 kickoff release
2 parents e3826d9 + e76292c commit 41c888f

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/dist.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,21 +95,21 @@ jobs:
9595
- container: wpilib/roborio-cross-ubuntu:2025-22.04-py313
9696
name: roborio
9797

98-
- container: wpilib/raspbian-cross-ubuntu:2025-bullseye-22.04-py39
99-
name: raspbian-py39
100-
- container: wpilib/raspbian-cross-ubuntu:2025-bullseye-22.04-py310
101-
name: raspbian-py310
98+
# - container: wpilib/raspbian-cross-ubuntu:2025-bullseye-22.04-py39
99+
# name: raspbian-py39
100+
# - container: wpilib/raspbian-cross-ubuntu:2025-bullseye-22.04-py310
101+
# name: raspbian-py310
102102
- container: wpilib/raspbian-cross-ubuntu:2025-bullseye-22.04-py311
103103
name: raspbian-py311
104104
- container: wpilib/raspbian-cross-ubuntu:2025-bullseye-22.04-py312
105105
name: raspbian-py312
106106
- container: wpilib/raspbian-cross-ubuntu:2025-bullseye-22.04-py313
107107
name: raspbian-py313
108108

109-
- container: wpilib/aarch64-cross-ubuntu:2025-bullseye-22.04-py39
110-
name: raspbian-aarch64-py39
111-
- container: wpilib/aarch64-cross-ubuntu:2025-bullseye-22.04-py310
112-
name: raspbian-aarch64-py310
109+
# - container: wpilib/aarch64-cross-ubuntu:2025-bullseye-22.04-py39
110+
# name: raspbian-aarch64-py39
111+
# - container: wpilib/aarch64-cross-ubuntu:2025-bullseye-22.04-py310
112+
# name: raspbian-aarch64-py310
113113
- container: wpilib/aarch64-cross-ubuntu:2025-bullseye-22.04-py311
114114
name: raspbian-aarch64-py311
115115
- container: wpilib/aarch64-cross-ubuntu:2025-bullseye-22.04-py312

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)