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

Commit

Permalink
Update to WPILib 2023.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed Feb 18, 2023
1 parent 02b3c3a commit 4a9d594
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 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.3.2",
"robotpy-wpimath~=2023.3.2",
"robotpy-hal~=2023.3.2",
"pyntcore~=2023.3.2",
"robotpy-wpiutil~=2023.4.1",
"robotpy-wpimath~=2023.4.1",
"robotpy-hal~=2023.4.1",
"pyntcore~=2023.4.1",
]

[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.3.2",
"robotpy-wpimath~=2023.3.2",
"robotpy-hal~=2023.3.2",
"pyntcore~=2023.3.2",
"robotpy-wpiutil~=2023.4.1",
"robotpy-wpimath~=2023.4.1",
"robotpy-hal~=2023.4.1",
"pyntcore~=2023.4.1",
]

[tool.robotpy-build]
Expand All @@ -30,9 +30,8 @@ base_package = "wpilib"
[tool.robotpy-build.wrappers."wpilib._impl".maven_lib_download]
artifact_id = "wpilibc-cpp"
group_id = "edu.wpi.first.wpilibc"
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
version = "2023.3.2"
version = "2023.4.1"

libs = ["wpilibc"]

Expand Down

0 comments on commit 4a9d594

Please sign in to comment.