Skip to content

Commit

Permalink
Bump to 2024.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Mar 6, 2024
1 parent ae893f3 commit f002bbe
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 = "[email protected]"
url = "https://github.com/robotpy/robotpy-rev"
license = "BSD-3-Clause"
install_requires = [
"robotpy-wpiutil<2025.0.0,>=2024.2.1",
"robotpy-wpimath<2025.0.0,>=2024.2.1",
"wpilib<2025.0.0,>=2024.1.1",
"robotpy-wpiutil<2025.0.0,>=2024.3.1",
"robotpy-wpimath<2025.0.0,>=2024.3.1",
"wpilib<2025.0.0,>=2024.3.1",
]

[build-system]
requires = [
"robotpy-build<2025.0.0,~=2024.0.0",
"robotpy-wpiutil<2025.0.0,~=2024.2.1",
"robotpy-wpimath<2025.0.0,~=2024.2.1",
"wpilib<2025.0.0,~=2024.2.1",
"robotpy-wpiutil<2025.0.0,~=2024.3.1",
"robotpy-wpimath<2025.0.0,~=2024.3.1",
"wpilib<2025.0.0,~=2024.3.1",
]

[tool.robotpy-build]
Expand All @@ -34,7 +34,7 @@ depends = [
artifact_id = "REVLib-driver"
group_id = "com.revrobotics.frc"
repo_url = "https://maven.revrobotics.com"
version = "2024.2.2"
version = "2024.2.3"
libs = ["REVLibDriver"]

[tool.robotpy-build.wrappers."rev._revlib"]
Expand All @@ -50,7 +50,7 @@ depends = [
artifact_id = "REVLib-cpp"
group_id = "com.revrobotics.frc"
repo_url = "https://maven.revrobotics.com"
version = "2024.2.2"
version = "2024.2.3"
libs = ["REVLib"]


Expand Down

0 comments on commit f002bbe

Please sign in to comment.