Skip to content
This repository has been archived by the owner on Nov 5, 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 61a6a6c commit bed2449
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ author_email = "robotpy@googlegroups.com"
url = "https://github.com/robotpy/robotpy-cscore"
license = "BSD-3-Clause"
install_requires = [
"robotpy-wpiutil~=2023.3.2",
"robotpy-wpinet~=2023.3.2",
"pyntcore~=2023.3.2",
"robotpy-wpiutil~=2023.4.1",
"robotpy-wpinet~=2023.4.1",
"pyntcore~=2023.4.1",
]

[build-system]
requires = [
"robotpy-build<2024.0.0,>=2023.1.1",
"robotpy-wpiutil~=2023.3.2",
"robotpy-wpinet~=2023.3.2",
"pyntcore~=2023.3.2",
"robotpy-wpiutil~=2023.4.1",
"robotpy-wpinet~=2023.4.1",
"pyntcore~=2023.4.1",
]

[tool.robotpy-build]
Expand All @@ -26,15 +26,15 @@ base_package = "cscore"
artifact_id = "cscore-cpp"
group_id = "edu.wpi.first.cscore"
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
version = "2023.3.2"
version = "2023.4.1"

libs = ["cscore"]

[tool.robotpy-build.static_libs."cameraserver_cpp".maven_lib_download]
artifact_id = "cameraserver-cpp"
group_id = "edu.wpi.first.cameraserver"
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
version = "2023.3.2"
version = "2023.4.1"

libs = ["cameraserver"]

Expand Down

0 comments on commit bed2449

Please sign in to comment.