Skip to content

Commit 5d44317

Browse files
committed
Add navx and pathplannerlib
1 parent 41c888f commit 5d44317

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ 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

@@ -162,11 +162,11 @@ constraint = "python_version >= '3.12' and platform_machine != 'armv7l' and plat
162162

163163
[tool.meta.packages."robotpy-navx"]
164164
max_version = "2026.0.0"
165-
min_version = "2025.0.0b3"
165+
min_version = "2025.0.0"
166166

167167
[tool.meta.packages."robotpy-pathplannerlib"]
168168
max_version = "2026.0.0"
169-
min_version = "2025.0.0b1"
169+
min_version = "2025.1.1"
170170
# depends on numpy 2.1.2 which depends on python 3.11+, and crossenv can't
171171
# install numpy for arm/aarch64
172172
constraint = "python_version >= '3.10' and platform_machine != 'armv7l' and platform_machine != 'aarch64'"

0 commit comments

Comments
 (0)