We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3357b7a commit 8db07c8Copy full SHA for 8db07c8
pyproject.toml
@@ -6,13 +6,13 @@ author_email = "robotpy@googlegroups.com"
6
url = "https://github.com/robotpy/robotpy-rev"
7
license = "BSD-3-Clause"
8
install_requires = [
9
- "wpilib<2026.0.0,>=2025.3.1",
+ "wpilib<2026.0.0,>=2025.3.2",
10
]
11
12
[build-system]
13
requires = [
14
- "robotpy-build<2026.0.0,~=2025.0.0",
15
+ "robotpy-build<2026.0.0,~=2025.1.0",
16
17
18
[tool.robotpy-build]
0 commit comments