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.2.1
- pyntcore ~= 2023.2.1
- robotpy-hal ~= 2023.2.1
- robotpy-wpimath ~= 2023.2.1
- robotpy-wpiutil ~= 2023.2.1
  • Loading branch information
virtuald committed Jan 15, 2023
1 parent 6fbaa95 commit 3566bb3
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.1.1",
"robotpy-wpimath~=2023.1.1",
"robotpy-hal~=2023.1.1",
"pyntcore~=2023.1.1",
"robotpy-wpiutil~=2023.2.1",
"robotpy-wpimath~=2023.2.1",
"robotpy-hal~=2023.2.1",
"pyntcore~=2023.2.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.0.0",
"robotpy-wpiutil~=2023.1.1",
"robotpy-wpimath~=2023.1.1",
"robotpy-hal~=2023.1.1",
"pyntcore~=2023.1.1",
"robotpy-wpiutil~=2023.2.1",
"robotpy-wpimath~=2023.2.1",
"robotpy-hal~=2023.2.1",
"pyntcore~=2023.2.1",
]

[tool.robotpy-build]
Expand All @@ -32,7 +32,7 @@ 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.1.1"
version = "2023.2.1"

libs = ["wpilibc"]

Expand Down

0 comments on commit 3566bb3

Please sign in to comment.