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 fcbf088 commit 8c7ce1cCopy full SHA for 8c7ce1c
pyproject.toml
@@ -6,17 +6,17 @@ author_email = "robotpy@googlegroups.com"
6
url = "https://github.com/robotpy/robotpy-rev"
7
license = "BSD-3-Clause"
8
install_requires = [
9
- "robotpy-wpiutil<2025.0.0,>=2024.0.0b2",
10
- "robotpy-wpimath<2025.0.0,>=2024.0.0b2",
11
- "wpilib<2025.0.0,>=2024.0.0b2",
+ "robotpy-wpiutil<2025.0.0,>=2024.0.0b3.post1",
+ "robotpy-wpimath<2025.0.0,>=2024.0.0b3.post1",
+ "wpilib<2025.0.0,>=2024.0.0b3.post1",
12
]
13
14
[build-system]
15
requires = [
16
"robotpy-build<2025.0.0,~=2024.0.0b2",
17
18
19
20
21
22
[tool.robotpy-build]
0 commit comments