Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ pathplannerlib = ["robotpy-pathplannerlib"]

phoenix5 = ["robotpy-ctre"]

phoenix6 = ["phoenix6"]

rev = ["robotpy-rev"]

romi = ["robotpy-romi"]
Expand Down Expand Up @@ -145,12 +143,6 @@ constraint = "platform_machine == 'roborio'" # only require on RoboRIO
version = ""
constraint = "platform_machine == 'roborio'" # only require on RoboRIO

[tool.meta.packages."phoenix6"]
version = "~=25.1.0"
# the arm constraint is only here because we can't check this in CI, I think
# their package will actually work
constraint = "python_version >= '3.12' and platform_machine != 'armv7l' and platform_machine != 'aarch64'"

[tool.meta.packages."photonlibpy"]
max_version = "2026.0.0"
min_version = "2025.0.0b1"
Expand Down