Skip to content

Commit 7fdbfb2

Browse files
committed
Update to 2025.0.1 release
1 parent d173487 commit 7fdbfb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"robotpy-build~=2025.0.0",
4-
"wpilib<2026,>=2025.1.1",
4+
"wpilib<2026,>=2025.2.1",
55
]
66

77
[tool.robotpy-build]
@@ -15,21 +15,21 @@ author_email = "robotpy@googlegroups.com"
1515
url = "https://github.com/robotpy/robotpy-navx"
1616
license = "BSD-3-Clause"
1717
install_requires = [
18-
"wpilib<2026,>=2025.1.1",
18+
"wpilib<2026,>=2025.2.1",
1919
]
2020

2121
[tool.robotpy-build.static_libs."studica_driver".maven_lib_download]
2222
artifact_id = "Studica-driver"
2323
group_id = "com.studica.frc"
2424
repo_url = "https://dev.studica.com/maven/release/2025"
25-
version = "2025.0.0"
25+
version = "2025.0.1"
2626
libs = ["StudicaDriver"]
2727

2828
[tool.robotpy-build.static_libs."studica_lib".maven_lib_download]
2929
artifact_id = "Studica-cpp"
3030
group_id = "com.studica.frc"
3131
repo_url = "https://dev.studica.com/maven/release/2025"
32-
version = "2025.0.0"
32+
version = "2025.0.1"
3333
libs = ["Studica"]
3434

3535
[tool.robotpy-build.wrappers."navx"]

0 commit comments

Comments
 (0)