Skip to content

Commit

Permalink
Fix wpilib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 23, 2022
1 parent f902795 commit d80a0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"robotpy-build<2023.0.0,>=2022.2.0",
"wpilib<2023.0.0,>=2022.2.1.4",
"wpilib<2023.0.0,>=2022.2.1.3",
]

[tool.robotpy-build]
Expand Down Expand Up @@ -56,5 +56,5 @@ author_email = "robotpy@googlegroups.com"
url = "https://github.com/robotpy/robotpy-navx"
license = "BSD-3-Clause"
install_requires = [
"wpilib<2023.0.0,>=2022.2.1.4",
"wpilib<2023.0.0,>=2022.2.1.3",
]

0 comments on commit d80a0e6

Please sign in to comment.