Skip to content

Commit

Permalink
Merge pull request #13 from robotpy/update
Browse files Browse the repository at this point in the history
Update to latest library
  • Loading branch information
virtuald authored Jan 29, 2024
2 parents ce284c8 + f4975b7 commit d5920a3
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-playingwithfusion"
license = "BSD-3-Clause"
install_requires = [
"robotpy-wpiutil<2025.0.0,>=2024.1.1.0",
"robotpy-wpimath<2025.0.0,>=2024.1.1.0",
"wpilib<2025.0.0,>=2024.1.1.0",
"robotpy-wpiutil<2025.0.0,>=2024.2.1.0",
"robotpy-wpimath<2025.0.0,>=2024.2.1.0",
"wpilib<2025.0.0,>=2024.2.1.0",
]

[build-system]
requires = [
"robotpy-build<2025.0.0,>=2024.0.0",
"robotpy-wpiutil<2025.0.0,>=2024.1.1.0",
"robotpy-wpimath<2025.0.0,>=2024.1.1.0",
"wpilib<2025.0.0,>=2024.1.1.0",
"robotpy-wpiutil<2025.0.0,>=2024.2.1.0",
"robotpy-wpimath<2025.0.0,>=2024.2.1.0",
"wpilib<2025.0.0,>=2024.2.1.0",
]

[tool.robotpy-build]
Expand All @@ -26,7 +26,7 @@ base_package = "playingwithfusion"
artifact_id = "PlayingWithFusion-driver"
group_id = "com.playingwithfusion.frc"
repo_url = "https://www.playingwithfusion.com/frc/maven"
version = "2024.01.10"
version = "2024.01.28"

libs = ["PlayingWithFusionDriver"]

Expand All @@ -38,7 +38,7 @@ depends = ["wpilib_core", "wpiutil"]
artifact_id = "PlayingWithFusion-cpp"
group_id = "com.playingwithfusion.frc"
repo_url = "https://www.playingwithfusion.com/frc/maven"
version = "2024.01.10"
version = "2024.01.28"

libs = ["PlayingWithFusion"]

Expand Down

0 comments on commit d5920a3

Please sign in to comment.