Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
- lib updated to 2022.3.1
- pyntcore >= 2022.3.1.0
- robotpy-hal >= 2022.3.1.0
- robotpy-wpimath >= 2022.3.1.0
- robotpy-wpiutil >= 2022.3.1.0
  • Loading branch information
virtuald committed Feb 2, 2022
1 parent acd0340 commit 947c2d5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = [
"robotpy-build<2023.0.0,>=2022.2.0",
"robotpy-wpiutil<2023.0.0,>=2022.2.1.1",
"robotpy-wpimath<2023.0.0,>=2022.2.1.2",
"robotpy-hal<2023.0.0,>=2022.2.1.1",
"pyntcore<2023.0.0,>=2022.2.1.1",
"robotpy-wpiutil<2023.0.0,>=2022.3.1.0",
"robotpy-wpimath<2023.0.0,>=2022.3.1.0",
"robotpy-hal<2023.0.0,>=2022.3.1.0",
"pyntcore<2023.0.0,>=2022.3.1.0",
]

[tool.robotpy-build]
Expand All @@ -14,7 +14,7 @@ base_package = "wpilib"
artifact_id = "wpilibc-cpp"
group_id = "edu.wpi.first.wpilibc"
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
version = "2022.2.1"
version = "2022.3.1"

libs = ["wpilibc"]

Expand Down Expand Up @@ -293,10 +293,10 @@ author_email = "robotpy@googlegroups.com"
url = "https://github.com/robotpy/robotpy-wpilib"
license = "BSD-3-Clause"
install_requires = [
"robotpy-wpiutil<2023.0.0,>=2022.2.1.1",
"robotpy-wpimath<2023.0.0,>=2022.2.1.2",
"robotpy-hal<2023.0.0,>=2022.2.1.1",
"pyntcore<2023.0.0,>=2022.2.1.1",
"robotpy-wpiutil<2023.0.0,>=2022.3.1.0",
"robotpy-wpimath<2023.0.0,>=2022.3.1.0",
"robotpy-hal<2023.0.0,>=2022.3.1.0",
"pyntcore<2023.0.0,>=2022.3.1.0",
]

[tool.robotpy-build.metadata.entry_points]
Expand Down

0 comments on commit 947c2d5

Please sign in to comment.