File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ commands2 = ["robotpy-commands-v2"]
35
35
36
36
cscore = [" robotpy-cscore" , " numpy" , " robotpy-opencv" ]
37
37
38
- # navx = ["robotpy-navx"]
38
+ navx = [" robotpy-navx" ]
39
39
40
- # pathplannerlib = ["robotpy-pathplannerlib"]
40
+ pathplannerlib = [" robotpy-pathplannerlib" ]
41
41
42
42
# photonvision = ["photonlibpy"]
43
43
@@ -162,11 +162,11 @@ constraint = "python_version >= '3.12' and platform_machine != 'armv7l' and plat
162
162
163
163
[tool .meta .packages ."robotpy-navx" ]
164
164
max_version = " 2026.0.0"
165
- min_version = " 2025.0.0b3 "
165
+ min_version = " 2025.0.0 "
166
166
167
167
[tool .meta .packages ."robotpy-pathplannerlib" ]
168
168
max_version = " 2026.0.0"
169
- min_version = " 2025.0.0b1 "
169
+ min_version = " 2025.1.1 "
170
170
# depends on numpy 2.1.2 which depends on python 3.11+, and crossenv can't
171
171
# install numpy for arm/aarch64
172
172
constraint = " python_version >= '3.10' and platform_machine != 'armv7l' and platform_machine != 'aarch64'"
You can’t perform that action at this time.
0 commit comments