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 2023.4.3
- pyntcore ~= 2023.4.3
- robotpy-hal ~= 2023.4.3
- robotpy-wpimath ~= 2023.4.3
- robotpy-wpiutil ~= 2023.4.3
  • Loading branch information
virtuald committed Mar 27, 2023
1 parent 5315aca commit 9edffac
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Expand Up @@ -6,10 +6,10 @@ author_email = "robotpy@googlegroups.com"
url = "https://github.com/robotpy/robotpy-wpilib"
license = "BSD-3-Clause"
install_requires = [
"robotpy-wpiutil~=2023.4.2",
"robotpy-wpimath~=2023.4.2",
"robotpy-hal~=2023.4.2",
"pyntcore~=2023.4.2",
"robotpy-wpiutil~=2023.4.3",
"robotpy-wpimath~=2023.4.3",
"robotpy-hal~=2023.4.3",
"pyntcore~=2023.4.3",
]

[tool.robotpy-build.metadata.entry_points]
Expand All @@ -18,10 +18,10 @@ robotpy = ["run = wpilib._impl.start:Main"]
[build-system]
requires = [
"robotpy-build<2024.0.0,>=2023.1.1",
"robotpy-wpiutil~=2023.4.2",
"robotpy-wpimath~=2023.4.2",
"robotpy-hal~=2023.4.2",
"pyntcore~=2023.4.2",
"robotpy-wpiutil~=2023.4.3",
"robotpy-wpimath~=2023.4.3",
"robotpy-hal~=2023.4.3",
"pyntcore~=2023.4.3",
]

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

libs = ["wpilibc"]

Expand Down

0 comments on commit 9edffac

Please sign in to comment.