Skip to content

Commit

Permalink
Add phoenix5 and phoenix6 extras packages
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Nov 12, 2023
1 parent c081c34 commit 3eef5c5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ categories are:
* apriltag
* commands2
* cscore
* ctre
* navx
* pathplannerlib
* phoenix5
* phoenix6
* photonvision
* playingwithfusion
* rev
Expand Down
1 change: 0 additions & 1 deletion ctre-requirements.txt

This file was deleted.

2 changes: 2 additions & 0 deletions phoenix5-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
robotpy-ctre<2025.0.0,>=2024.0.0b1; python_version >= '3.9' and platform_machine != "armv7l" and platform_machine != "aarch64"
setuptools # phoenix6 implicit requirement
2 changes: 2 additions & 0 deletions phoenix6-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
phoenix6~=24.0.0b2; python_version >= '3.9' and platform_machine != "armv7l" and platform_machine != "aarch64"
setuptools # phoenix6 implicit requirement

0 comments on commit 3eef5c5

Please sign in to comment.