Commit 7fdbfb2 1 parent d173487 commit 7fdbfb2 Copy full SHA for 7fdbfb2
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
3
" robotpy-build~=2025.0.0" ,
4
- " wpilib<2026,>=2025.1 .1" ,
4
+ " wpilib<2026,>=2025.2 .1" ,
5
5
]
6
6
7
7
[tool .robotpy-build ]
@@ -15,21 +15,21 @@ author_email = "robotpy@googlegroups.com"
15
15
url = " https://github.com/robotpy/robotpy-navx"
16
16
license = " BSD-3-Clause"
17
17
install_requires = [
18
- " wpilib<2026,>=2025.1 .1" ,
18
+ " wpilib<2026,>=2025.2 .1" ,
19
19
]
20
20
21
21
[tool .robotpy-build .static_libs ."studica_driver" .maven_lib_download ]
22
22
artifact_id = " Studica-driver"
23
23
group_id = " com.studica.frc"
24
24
repo_url = " https://dev.studica.com/maven/release/2025"
25
- version = " 2025.0.0 "
25
+ version = " 2025.0.1 "
26
26
libs = [" StudicaDriver" ]
27
27
28
28
[tool .robotpy-build .static_libs ."studica_lib" .maven_lib_download ]
29
29
artifact_id = " Studica-cpp"
30
30
group_id = " com.studica.frc"
31
31
repo_url = " https://dev.studica.com/maven/release/2025"
32
- version = " 2025.0.0 "
32
+ version = " 2025.0.1 "
33
33
libs = [" Studica" ]
34
34
35
35
[tool .robotpy-build .wrappers ."navx" ]
You can’t perform that action at this time.
0 commit comments