Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed Feb 10, 2024
1 parent d620d9c commit 58c201b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ author_email = "[email protected]"
url = "https://github.com/robotpy/robotpy-ctre"
license = "MIT"
install_requires = [
"wpilib<2025.0.0,>=2024.1.1",
"phoenix6~=24.1.0",
"wpilib<2025.0.0,>=2024.2.1",
"phoenix6~=24.2",
]

[build-system]
requires = [
"robotpy-build<2025.0.0,>=2024.0.0",
"wpilib<2025.0.0,>=2024.1.1",
"phoenix6~=24.1.0",
"wpilib<2025.0.0,>=2024.2.1",
"phoenix6~=24.2",
]

[tool.robotpy-build]
Expand Down Expand Up @@ -101,7 +101,7 @@ ignore = false
artifact_id = "tools"
group_id = "com.ctre.phoenix6"
repo_url = "https://maven.ctr-electronics.com/release"
version = "24.1.0"
version = "24.2.0"
libs = []

[tool.robotpy-build.wrappers."phoenix5._wpiapi_cpp_sim"]
Expand Down Expand Up @@ -181,7 +181,7 @@ ignore = true
artifact_id = "tools-sim"
group_id = "com.ctre.phoenix6.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "24.1.0"
version = "24.2.0"
libs = []
# libs = [
# "CTRE_PhoenixTools_Sim",
Expand Down

0 comments on commit 58c201b

Please sign in to comment.