We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4884d8 commit 344e8e4Copy full SHA for 344e8e4
1 file changed
pyproject.toml
@@ -3,10 +3,10 @@ build-backend = "hatchling.build"
3
requires = [
4
"hatchling",
5
"hatch-vcs",
6
- "semiwrap~=0.2.1",
+ "semiwrap~=0.3.0",
7
"hatch-meson~=0.1.0",
8
"hatch-robotpy~=0.2.1",
9
- "wpilib~=2026.1.1",
+ "wpilib~=2026.2.1",
10
]
11
12
@@ -16,7 +16,7 @@ dynamic = ["version"]
16
description = "REVLib for RobotPy"
17
license = "BSD-3-Clause"
18
dependencies = [
19
- "wpilib>=2026.1.1,<2027",
+ "wpilib>=2026.2.1,<2027",
20
21
22
[[project.authors]]
0 commit comments