Skip to content

Commit 96c5878

Browse files
committed
Upgrade pybind11 support
1 parent 7fdbfb2 commit 96c5878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
3-
"robotpy-build~=2025.0.0",
4-
"wpilib<2026,>=2025.2.1",
3+
"robotpy-build~=2025.1.0",
4+
"wpilib<2026,>=2025.3.2",
55
]
66

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

2121
[tool.robotpy-build.static_libs."studica_driver".maven_lib_download]

0 commit comments

Comments
 (0)