Skip to content

Commit e1e3eb4

Browse files
committed
Bump wpilib dependency due to VS issue
1 parent 65ea864 commit e1e3eb4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[build-system]
22
requires = [
33
"robotpy-build<2025.0.0,~=2024.0.0",
4-
"robotpy-wpimath<2025.0.0,>=2024.1.1",
5-
"robotpy-wpiutil<2025.0.0,>=2024.1.1",
6-
"wpilib<2025.0.0,>=2024.1.1",
4+
"robotpy-wpimath<2025.0.0,>=2024.3.2",
5+
"robotpy-wpiutil<2025.0.0,>=2024.3.2",
6+
"wpilib<2025.0.0,>=2024.3.2",
77
]
88

99
[tool.robotpy-build]
@@ -17,9 +17,9 @@ author_email = "[email protected]"
1717
url = "https://github.com/robotpy/robotpy-navx"
1818
license = "BSD-3-Clause"
1919
install_requires = [
20-
"robotpy-wpimath<2025.0.0,>=2024.1.1",
21-
"robotpy-wpiutil<2025.0.0,>=2024.1.1",
22-
"wpilib<2025.0.0,>=2024.1.1",
20+
"robotpy-wpimath<2025.0.0,>=2024.3.2",
21+
"robotpy-wpiutil<2025.0.0,>=2024.3.2",
22+
"wpilib<2025.0.0,>=2024.3.2",
2323
]
2424

2525
[tool.robotpy-build.wrappers."navx".maven_lib_download]

0 commit comments

Comments
 (0)