Skip to content

Commit

Permalink
Merge pull request #185 from robotpy/2025-dev
Browse files Browse the repository at this point in the history
Update to kickoff release
  • Loading branch information
virtuald authored Jan 6, 2025
2 parents 02ef802 + 9c84333 commit 64653e5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 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.0b2",
"phoenix6~=25.0.0b2",
"wpilib>2025.0.0b2",
"phoenix6~=25.1.0",
]

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

[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-2"
version = "5.35.1"
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-2"
version = "5.35.1"
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-2"
version = "5.35.1"
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-2"
version = "25.1.0"
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-2"
version = "5.35.1"
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-2"
version = "5.35.1"
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-2"
version = "5.35.1"
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-2"
version = "25.1.0"
libs = []
# libs = [
# "CTRE_PhoenixTools_Sim",
Expand Down

0 comments on commit 64653e5

Please sign in to comment.