File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ author_email = "robotpy@googlegroups.com"
6
6
url = " https://github.com/robotpy/robotpy-rev"
7
7
license = " BSD-3-Clause"
8
8
install_requires = [
9
- " wpilib<2026.0.0,>=2025.2.1 " ,
9
+ " wpilib<2026.0.0,>=2025.3.2 " ,
10
10
]
11
11
12
12
[build-system ]
13
13
requires = [
14
- " robotpy-build<2026.0.0,~=2025.0 .0" ,
15
- " wpilib<2026.0.0,>=2025.2.1 " ,
14
+ " robotpy-build<2026.0.0,~=2025.1 .0" ,
15
+ " wpilib<2026.0.0,>=2025.3.2 " ,
16
16
]
17
17
18
18
[tool .robotpy-build ]
@@ -23,14 +23,14 @@ update_init = ["rev"]
23
23
artifact_id = " REVLib-driver"
24
24
group_id = " com.revrobotics.frc"
25
25
repo_url = " https://maven.revrobotics.com"
26
- version = " 2025.0.2 "
26
+ version = " 2025.0.3 "
27
27
libs = [" REVLibDriver" ]
28
28
29
29
[tool .robotpy-build .static_libs ."revlib" .maven_lib_download ]
30
30
artifact_id = " REVLib-cpp"
31
31
group_id = " com.revrobotics.frc"
32
32
repo_url = " https://maven.revrobotics.com"
33
- version = " 2025.0.2 "
33
+ version = " 2025.0.3 "
34
34
libs = [" REVLib" ]
35
35
36
36
[tool .robotpy-build .wrappers ."rev" ]
Original file line number Diff line number Diff line change 1
1
pytest
2
- robotpy
2
+ pyfrc < 2026.0.0 , >= 2025.0.0
You can’t perform that action at this time.
0 commit comments