1
1
[build-system ]
2
2
requires = [
3
- " robotpy-build<2025.0.0 ,~=2024 .0.0 " ,
4
- " robotpy-wpimath< 2025.0.0,>=2024.3.2 " ,
5
- " robotpy-wpiutil< 2025.0.0,>=2024.3.2 " ,
6
- " wpilib< 2025.0.0,>=2024.3.2 " ,
3
+ " robotpy-build<2025.0.0b1 ,~=2025 .0.0a1 " ,
4
+ " robotpy-wpiutil~= 2025.0.0b1 " ,
5
+ " robotpy-wpimath~= 2025.0.0b1 " ,
6
+ " wpilib~= 2025.0.0b1 " ,
7
7
]
8
8
9
9
[tool .robotpy-build ]
@@ -17,16 +17,16 @@ author_email = "robotpy@googlegroups.com"
17
17
url = " https://github.com/robotpy/robotpy-navx"
18
18
license = " BSD-3-Clause"
19
19
install_requires = [
20
- " robotpy-wpimath< 2025.0.0,>=2024.3.2 " ,
21
- " robotpy-wpiutil< 2025.0.0,>=2024.3.2 " ,
22
- " wpilib< 2025.0.0,>=2024.3.2 " ,
20
+ " robotpy-wpiutil~= 2025.0.0b1 " ,
21
+ " robotpy-wpimath~= 2025.0.0b1 " ,
22
+ " wpilib~= 2025.0.0b1 " ,
23
23
]
24
24
25
25
[tool .robotpy-build .wrappers ."navx" .maven_lib_download ]
26
- artifact_id = " navx-frc -cpp"
26
+ artifact_id = " navx_frc -cpp"
27
27
group_id = " com.kauailabs.navx.frc"
28
- repo_url = " https://dev.studica.com/maven/release/2024 "
29
- version = " 2024 .1.0 "
28
+ repo_url = " https://dev.studica.com/maven/release/2025 "
29
+ version = " 2025 .1.1-beta-1 "
30
30
use_sources = true
31
31
sources = [
32
32
" AHRS.cpp" ,
0 commit comments