Skip to content

Commit d173487

Browse files
authored
Merge pull request #34 from robotpy/2025-ko
Update to kickoff release
2 parents dbcef28 + 6f277a2 commit d173487

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

pyproject.toml

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[build-system]
22
requires = [
3-
"robotpy-build<2025.0.0b1,~=2025.0.0a1",
4-
"robotpy-wpiutil~=2025.0.0b2",
5-
"robotpy-wpimath~=2025.0.0b2",
6-
"wpilib~=2025.0.0b2",
3+
"robotpy-build~=2025.0.0",
4+
"wpilib<2026,>=2025.1.1",
75
]
86

97
[tool.robotpy-build]
@@ -17,23 +15,21 @@ author_email = "[email protected]"
1715
url = "https://github.com/robotpy/robotpy-navx"
1816
license = "BSD-3-Clause"
1917
install_requires = [
20-
"robotpy-wpiutil~=2025.0.0b2",
21-
"robotpy-wpimath~=2025.0.0b2",
22-
"wpilib~=2025.0.0b2",
18+
"wpilib<2026,>=2025.1.1",
2319
]
2420

2521
[tool.robotpy-build.static_libs."studica_driver".maven_lib_download]
2622
artifact_id = "Studica-driver"
2723
group_id = "com.studica.frc"
2824
repo_url = "https://dev.studica.com/maven/release/2025"
29-
version = "2025.1.1-beta-3"
25+
version = "2025.0.0"
3026
libs = ["StudicaDriver"]
3127

3228
[tool.robotpy-build.static_libs."studica_lib".maven_lib_download]
3329
artifact_id = "Studica-cpp"
3430
group_id = "com.studica.frc"
3531
repo_url = "https://dev.studica.com/maven/release/2025"
36-
version = "2025.1.1-beta-3"
32+
version = "2025.0.0"
3733
libs = ["Studica"]
3834

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

0 commit comments

Comments
 (0)