Skip to content

Commit

Permalink
Bump wpilib dependency due to VS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Mar 15, 2024
1 parent 65ea864 commit e1e3eb4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[build-system]
requires = [
"robotpy-build<2025.0.0,~=2024.0.0",
"robotpy-wpimath<2025.0.0,>=2024.1.1",
"robotpy-wpiutil<2025.0.0,>=2024.1.1",
"wpilib<2025.0.0,>=2024.1.1",
"robotpy-wpimath<2025.0.0,>=2024.3.2",
"robotpy-wpiutil<2025.0.0,>=2024.3.2",
"wpilib<2025.0.0,>=2024.3.2",
]

[tool.robotpy-build]
Expand All @@ -17,9 +17,9 @@ author_email = "[email protected]"
url = "https://github.com/robotpy/robotpy-navx"
license = "BSD-3-Clause"
install_requires = [
"robotpy-wpimath<2025.0.0,>=2024.1.1",
"robotpy-wpiutil<2025.0.0,>=2024.1.1",
"wpilib<2025.0.0,>=2024.1.1",
"robotpy-wpimath<2025.0.0,>=2024.3.2",
"robotpy-wpiutil<2025.0.0,>=2024.3.2",
"wpilib<2025.0.0,>=2024.3.2",
]

[tool.robotpy-build.wrappers."navx".maven_lib_download]
Expand Down

0 comments on commit e1e3eb4

Please sign in to comment.