Skip to content

Commit 78e8545

Browse files
authored
Merge pull request #15 from robotpy/ctre
Add phoenix5 and phoenix6 extras packages
2 parents c081c34 + 3eef5c5 commit 78e8545

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ categories are:
3333
* apriltag
3434
* commands2
3535
* cscore
36-
* ctre
3736
* navx
3837
* pathplannerlib
38+
* phoenix5
39+
* phoenix6
3940
* photonvision
4041
* playingwithfusion
4142
* rev

ctre-requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

phoenix5-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
robotpy-ctre<2025.0.0,>=2024.0.0b1; python_version >= '3.9' and platform_machine != "armv7l" and platform_machine != "aarch64"
2+
setuptools # phoenix6 implicit requirement

phoenix6-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
phoenix6~=24.0.0b2; python_version >= '3.9' and platform_machine != "armv7l" and platform_machine != "aarch64"
2+
setuptools # phoenix6 implicit requirement

0 commit comments

Comments
 (0)