Skip to content

Commit

Permalink
Update to Phoenix beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed Nov 2, 2024
1 parent eb6d22b commit a9442e1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ url = "https://github.com/robotpy/robotpy-ctre"
license = "MIT"
install_requires = [
"wpilib~=2025.0.0b1",
"phoenix6~=25.0.0b1",
"phoenix6~=25.0.0b2",
]

[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a1",
"wpilib~=2025.0.0b1",
"phoenix6~=25.0.0b1",
"phoenix6~=25.0.0b2",
]

[tool.robotpy-build]
Expand Down Expand Up @@ -46,7 +46,7 @@ depends = [
artifact_id = "wpiapi-cpp"
group_id = "com.ctre.phoenix"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.34.0-beta-1"
version = "5.34.0-beta-2"
libs = [
"CTRE_Phoenix_WPI",
]
Expand All @@ -66,7 +66,7 @@ depends = [
artifact_id = "api-cpp"
group_id = "com.ctre.phoenix"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.34.0-beta-1"
version = "5.34.0-beta-2"
libs = [
"CTRE_Phoenix",
]
Expand All @@ -85,7 +85,7 @@ depends = [
artifact_id = "cci"
group_id = "com.ctre.phoenix"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.34.0-beta-1"
version = "5.34.0-beta-2"
libs = [
"CTRE_PhoenixCCI",
]
Expand All @@ -101,7 +101,7 @@ ignore = false
artifact_id = "tools"
group_id = "com.ctre.phoenix6"
repo_url = "https://maven.ctr-electronics.com/release"
version = "25.0.0-beta-1"
version = "25.0.0-beta-2"
libs = []

[tool.robotpy-build.wrappers."phoenix5._wpiapi_cpp_sim"]
Expand All @@ -121,7 +121,7 @@ ignore = true
artifact_id = "wpiapi-cpp-sim"
group_id = "com.ctre.phoenix.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.34.0-beta-1"
version = "5.34.0-beta-2"
libs = [
"CTRE_Phoenix_WPISim",
]
Expand All @@ -140,7 +140,7 @@ ignore = true
artifact_id = "api-cpp-sim"
group_id = "com.ctre.phoenix.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.34.0-beta-1"
version = "5.34.0-beta-2"
libs = [
"CTRE_PhoenixSim",
]
Expand All @@ -164,7 +164,7 @@ ignore = true
artifact_id = "cci-sim"
group_id = "com.ctre.phoenix.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.34.0-beta-1"
version = "5.34.0-beta-2"
libs = [
"CTRE_PhoenixCCISim",
]
Expand All @@ -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 = "25.0.0-beta-1"
version = "25.0.0-beta-2"
libs = []
# libs = [
# "CTRE_PhoenixTools_Sim",
Expand Down

0 comments on commit a9442e1

Please sign in to comment.